aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-14 10:34:04 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-14 23:35:44 +0200
commit761145dacd43954087d543e8fac1f5e958c81733 (patch)
treea9970b404945cd1bf94d7fc112d497f4b20a6dba
parenta7486d3b3bec3df9b7a036da7e331565770cbc49 (diff)
Eliminated usage of qttest_p4.prf.
Missed from 47e1b91b47dcf59dbeff2740add94ceda188c6bc. Change-Id: I64d6174eb98eb45e1ba7c28ae5a122f58e2522a6 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
-rw-r--r--tests/auto/declarative/qsgdrag/qsgdrag.pro6
-rw-r--r--tests/auto/declarative/qsgdroparea/qsgdroparea.pro6
-rw-r--r--tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro6
3 files changed, 9 insertions, 9 deletions
diff --git a/tests/auto/declarative/qsgdrag/qsgdrag.pro b/tests/auto/declarative/qsgdrag/qsgdrag.pro
index c12d97d14e..a799860be9 100644
--- a/tests/auto/declarative/qsgdrag/qsgdrag.pro
+++ b/tests/auto/declarative/qsgdrag/qsgdrag.pro
@@ -1,9 +1,9 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui network
+TARGET = tst_qsgdrag
+CONFIG += testcase
macx:CONFIG -= app_bundle
SOURCES += tst_qsgdrag.cpp
CONFIG += parallel_test
-QT += core-private gui-private declarative-private
+QT += core-private gui-private declarative-private network testlib
diff --git a/tests/auto/declarative/qsgdroparea/qsgdroparea.pro b/tests/auto/declarative/qsgdroparea/qsgdroparea.pro
index d98314f53e..f07071f9dc 100644
--- a/tests/auto/declarative/qsgdroparea/qsgdroparea.pro
+++ b/tests/auto/declarative/qsgdroparea/qsgdroparea.pro
@@ -1,9 +1,9 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui network
+TARGET = tst_qsgdroparea
+CONFIG += testcase
macx:CONFIG -= app_bundle
SOURCES += tst_qsgdroparea.cpp
CONFIG += parallel_test
-QT += core-private gui-private declarative-private
+QT += core-private gui-private declarative-private network testlib
diff --git a/tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro b/tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro
index 7928994186..1c54ef413f 100644
--- a/tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro
+++ b/tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro
@@ -1,5 +1,5 @@
-oad(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui qtquick1
+TARGET = tst_qdeclarativeflickable
+CONFIG += testcase
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativeflickable.cpp
@@ -8,4 +8,4 @@ DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test
-QT += core-private gui-private widgets-private v8-private declarative-private qtquick1-private
+QT += core-private gui-private widgets-private v8-private declarative-private qtquick1-private testlib