aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro')
-rw-r--r--tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro b/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
new file mode 100644
index 0000000000..40e799dd79
--- /dev/null
+++ b/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+SOURCES += tst_qsgparticlegroup.cpp
+macx:CONFIG -= app_bundle
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+CONFIG += parallel_test
+
+QT += core-private gui-private v8-private declarative-private opengl-private
+