aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquickflipable/qquickflipable.pro')
-rw-r--r--tests/auto/qtquick2/qquickflipable/qquickflipable.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/qquickflipable/qquickflipable.pro b/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
new file mode 100644
index 0000000000..532c42f79b
--- /dev/null
+++ b/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
@@ -0,0 +1,13 @@
+CONFIG += testcase
+TARGET = tst_qquickflipable
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qquickflipable.cpp
+
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+CONFIG += parallel_test
+
+QT += core-private gui-private v8-private declarative-private quick-private testlib