summaryrefslogtreecommitdiff
path: root/tests/auto/qdate/qdate.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-25 11:26:19 +1000
committerPasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>2012-01-20 10:59:34 +0100
commit104a69649c2c6a9962fef8d298c4274bbca81c14 (patch)
tree58b538427d2f69378400aea42a716cbeebe8a5de /tests/auto/qdate/qdate.pro
parentf36224afb859ed5b4a3967da21e571913164f7af (diff)
downloadqt4-tools-104a69649c2c6a9962fef8d298c4274bbca81c14.tar.gz
tests: 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: If1f16810614f7965dc7d5bf680effed911bee114 Reviewed-by: Jason McDonald (cherry picked from commit 45335cba963c41ab73d471ee1c18e37dd6b2a5b8) Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
Diffstat (limited to 'tests/auto/qdate/qdate.pro')
-rw-r--r--tests/auto/qdate/qdate.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qdate/qdate.pro b/tests/auto/qdate/qdate.pro
index 1c041004d3..749c65e1f5 100644
--- a/tests/auto/qdate/qdate.pro
+++ b/tests/auto/qdate/qdate.pro
@@ -1,4 +1,5 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qdate
SOURCES += tst_qdate.cpp
-QT = core
+QT = core testlib
CONFIG += parallel_test