diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-10-25 01:26:19 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-25 21:10:00 (GMT) |
commit | 45335cba963c41ab73d471ee1c18e37dd6b2a5b8 (patch) | |
tree | 5860e44d7e156370257ce3fb92ad9864ed042ece /tests/auto/qdate | |
parent | 1ac559f5ea335de5d78bef8d991133b95081a1b7 (diff) | |
download | Qt-45335cba963c41ab73d471ee1c18e37dd6b2a5b8.zip Qt-45335cba963c41ab73d471ee1c18e37dd6b2a5b8.tar.gz Qt-45335cba963c41ab73d471ee1c18e37dd6b2a5b8.tar.bz2 |
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
Diffstat (limited to 'tests/auto/qdate')
-rw-r--r-- | tests/auto/qdate/qdate.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qdate/qdate.pro b/tests/auto/qdate/qdate.pro index 1c04100..749c65e 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 |