diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-06 20:35:11 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-21 09:38:17 (GMT) |
commit | 81aa7f44143376b4d52fb4bcd2f0ae4158eae62e (patch) | |
tree | 553dc4997af2b0fcc44e7e42b7aea6cfe2b7a55a /tests/auto/selftests/benchlibwalltime | |
parent | e22d40a6143709da6ee26c2f8e1b6a05904fd9b4 (diff) | |
download | Qt-81aa7f44143376b4d52fb4bcd2f0ae4158eae62e.zip Qt-81aa7f44143376b4d52fb4bcd2f0ae4158eae62e.tar.gz Qt-81aa7f44143376b4d52fb4bcd2f0ae4158eae62e.tar.bz2 |
selftests: 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: Ib6f0a59fa54d1e002a05587362f95678c3b3fc26
Reviewed-by: Jason McDonald
Diffstat (limited to 'tests/auto/selftests/benchlibwalltime')
-rw-r--r-- | tests/auto/selftests/benchlibwalltime/benchlibwalltime.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/selftests/benchlibwalltime/benchlibwalltime.pro b/tests/auto/selftests/benchlibwalltime/benchlibwalltime.pro index f4694b5..0e68987 100644 --- a/tests/auto/selftests/benchlibwalltime/benchlibwalltime.pro +++ b/tests/auto/selftests/benchlibwalltime/benchlibwalltime.pro @@ -1,6 +1,5 @@ -load(qttest_p4) SOURCES += tst_benchlibwalltime.cpp -QT = core +QT = core testlib mac:CONFIG -= app_bundle CONFIG -= debug_and_release_target |