aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/qqmlimport.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlimport/qqmlimport.pro')
-rw-r--r--tests/auto/qml/qqmlimport/qqmlimport.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlimport/qqmlimport.pro b/tests/auto/qml/qqmlimport/qqmlimport.pro
new file mode 100644
index 0000000000..6c99c00570
--- /dev/null
+++ b/tests/auto/qml/qqmlimport/qqmlimport.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_qqmlimport
+QT += qml testlib qml-private quick
+osx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmlimport.cpp
+
+include (../../shared/util.pri)
+
+CONFIG += parallel_test
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0