summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdesktopservices
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-12-29 11:00:37 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-29 14:57:08 +0100
commit6974cc0a9ea2911a9ffd097f05955c1ca73e184a (patch)
treeb3c8f4ffca81112a4420ba26bab32b7b57aef70e /tests/auto/qdesktopservices
parent5991bc3b3b7c638592ec5e7060e467f4838201d8 (diff)
tests: eliminated usage of qttest_p4.prf [part 3]
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I65ba34a59db7aa15bc6304e690c825a4d6cd1037 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests/auto/qdesktopservices')
-rw-r--r--tests/auto/qdesktopservices/qdesktopservices.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/auto/qdesktopservices/qdesktopservices.pro b/tests/auto/qdesktopservices/qdesktopservices.pro
index 43f6cba267..4fe416c293 100644
--- a/tests/auto/qdesktopservices/qdesktopservices.pro
+++ b/tests/auto/qdesktopservices/qdesktopservices.pro
@@ -1,7 +1,9 @@
-CONFIG += qttest_p4
+CONFIG += testcase
+
+TARGET = tst_qdesktopservices
+QT += testlib
+SOURCES += tst_qdesktopservices.cpp
-SOURCES += tst_qdesktopservices.cpp
-TARGET = tst_qdesktopservices
symbian: {
dummy.files = text\\testfile.txt
dummy.path = .
@@ -25,5 +27,4 @@ symbian: {
# These are only needed for manual tests
#DEPLOYMENT += dummy text
- }
-
+}