aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-25 07:57:54 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-25 00:00:42 +0200
commitd6cc95cee7c42803793a70988d85e2d3164b17f7 (patch)
treeb0c137e6d40bc62069e64ffbfef949de6c04423c /tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
parent198ab5fa2400fac490f2d2ebbb97d988fe3f69b8 (diff)
Rename QSG* to QQuick* in particles folder
Change-Id: I793eaf16f3810df0cb0f9f8482ac0b9d6137595d Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro')
-rw-r--r--tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro b/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
deleted file mode 100644
index 75933c679f..0000000000
--- a/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qsgcumulativedirection
-SOURCES += tst_qsgcumulativedirection.cpp
-macx:CONFIG -= app_bundle
-
-testDataFiles.files = data
-testDataFiles.path = .
-DEPLOYMENT += testDataFiles
-
-QT += core-private gui-private v8-private declarative-private opengl-private testlib
-