aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-30 18:25:17 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-03 04:53:54 +0200
commite59fbf997ece61b36180eb21f9c2cd6ea895b88f (patch)
treec4d206ea4eadaf33b1ed0cbe1a9c5baae6fbd33f /tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
parent69e925444ecebd352462f742d894b326d4cc9a72 (diff)
Initial commit of particle system autotests
Just some basic autotests for most of the elements. Change-Id: I2d289f38f362a38c69e03ff92154c98db3c4c486 Reviewed-on: http://codereview.qt-project.org/5844 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro')
-rw-r--r--tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro b/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
new file mode 100644
index 0000000000..03d9ca21e6
--- /dev/null
+++ b/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+SOURCES += tst_qsgcumulativedirection.cpp
+macx:CONFIG -= app_bundle
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+CONFIG += parallel_test
+
+QT += core-private gui-private v8-private declarative-private opengl-private
+