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