aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qtqmlmodules/qtqmlmodules.pro')
-rw-r--r--tests/auto/qml/qtqmlmodules/qtqmlmodules.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro b/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro
new file mode 100644
index 0000000000..36ece8d7e0
--- /dev/null
+++ b/tests/auto/qml/qtqmlmodules/qtqmlmodules.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_qtqmlmodules
+SOURCES += tst_qtqmlmodules.cpp
+
+include (../../shared/util.pri)
+
+macx:CONFIG -= app_bundle
+
+TESTDATA = data/*
+
+QT += core-private v8-private qml-private testlib gui gui-private
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0