summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/qmllanguage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/qmllanguage.pro')
-rw-r--r--tests/auto/declarative/qmllanguage/qmllanguage.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/qmllanguage.pro b/tests/auto/declarative/qmllanguage/qmllanguage.pro
new file mode 100644
index 0000000..d1876ef
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/qmllanguage.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+QT += script network
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qmllanguage.cpp \
+ testtypes.cpp
+HEADERS += testtypes.h
+
+INCLUDEPATH += ../shared/
+HEADERS += ../shared/testhttpserver.h
+SOURCES += ../shared/testhttpserver.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"