aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/qqmllanguage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmllanguage/qqmllanguage.pro')
-rw-r--r--tests/auto/qml/qqmllanguage/qqmllanguage.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllanguage/qqmllanguage.pro b/tests/auto/qml/qqmllanguage/qqmllanguage.pro
new file mode 100644
index 0000000000..41b1d11764
--- /dev/null
+++ b/tests/auto/qml/qqmllanguage/qqmllanguage.pro
@@ -0,0 +1,18 @@
+CONFIG += testcase
+TARGET = tst_qqmllanguage
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmllanguage.cpp \
+ testtypes.cpp
+HEADERS += testtypes.h
+
+INCLUDEPATH += ../../shared/
+HEADERS += ../../shared/testhttpserver.h
+SOURCES += ../../shared/testhttpserver.cpp
+
+importFiles.files = data
+importFiles.path = .
+DEPLOYMENT += importFiles
+
+CONFIG += parallel_test
+QT += core-private gui-private v8-private qml-private network testlib