summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-25 11:26:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-25 05:03:08 +0200
commit07102cebded5b54acdb8d20f3e49be0aa0c2c1e2 (patch)
treefb8dc054ee729bcb0efc0596ada7beb8f0885a7b /tests/auto/corelib/kernel/qobject
parent52c0e98dd2f28391a34995001b4d475e5e12a0cd (diff)
corelib: eliminated usage of qttest_p4.prf
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: I7c1ffe9c8c294dbdc988e1582e580b1ed3f4593e Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/corelib/kernel/qobject')
-rw-r--r--tests/auto/corelib/kernel/qobject/tst_qobject.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/corelib/kernel/qobject/tst_qobject.pro b/tests/auto/corelib/kernel/qobject/tst_qobject.pro
index aac6bdc136..b52e25bb3b 100644
--- a/tests/auto/corelib/kernel/qobject/tst_qobject.pro
+++ b/tests/auto/corelib/kernel/qobject/tst_qobject.pro
@@ -1,14 +1,15 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qobject
SOURCES += tst_qobject.cpp
# this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
# moc from Qt 4.6, and should *not* be generated by the current moc
SOURCES += moc_oldnormalizeobject.cpp
-QT = core \
+QT = core-private \
network \
gui \
- core-private
+ testlib
wince*: {
addFiles.files = signalbug.exe
addFiles.path = .