Eliminated usage of qttest_p4.prf.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 14 Oct 2011 00:34:04 +0000 (10:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Oct 2011 21:35:44 +0000 (23:35 +0200)
Missed from 47e1b91b47dcf59dbeff2740add94ceda188c6bc.

Change-Id: I64d6174eb98eb45e1ba7c28ae5a122f58e2522a6
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>

tests/auto/declarative/qsgdrag/qsgdrag.pro
tests/auto/declarative/qsgdroparea/qsgdroparea.pro
tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro

index c12d97d..a799860 100644 (file)
@@ -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
index d98314f..f07071f 100644 (file)
@@ -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
index 7928994..1c54ef4 100644 (file)
@@ -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