aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickscreen/qquickscreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickscreen/qquickscreen.pro')
-rw-r--r--tests/auto/quick/qquickscreen/qquickscreen.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickscreen/qquickscreen.pro b/tests/auto/quick/qquickscreen/qquickscreen.pro
new file mode 100644
index 0000000000..00ec51ef33
--- /dev/null
+++ b/tests/auto/quick/qquickscreen/qquickscreen.pro
@@ -0,0 +1,10 @@
+CONFIG += testcase
+TARGET = tst_qquickscreen
+SOURCES += tst_qquickscreen.cpp
+
+include (../../shared/util.pri)
+
+macx:CONFIG -= app_bundle
+
+CONFIG += parallel_test
+QT += core-private gui-private qml-private testlib quick-private