Eliminated usage of qttest_p4.prf in newly added test.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 26 Oct 2011 01:10:49 +0000 (11:10 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 01:41:53 +0000 (03:41 +0200)
Change-Id: I4a1d797714e61fa5dded1137c07180c4b1cad84c
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/declarative/qquickmultipointtoucharea/qquickmultipointtoucharea.pro

index 06be9d4..8be4b1f 100644 (file)
@@ -1,5 +1,5 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui
+TARGET = tst_qquickmultipointtoucharea
+CONFIG += testcase
 macx:CONFIG -= app_bundle
 
 SOURCES += tst_qquickmultipointtoucharea.cpp
@@ -8,4 +8,4 @@ importFiles.files = data
 importFiles.path = .
 DEPLOYMENT += importFiles
 
-QT += core-private gui-private declarative-private
+QT += core-private gui-private declarative-private testlib