diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-10-07 09:50:44 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-07 06:42:15 +0200 |
commit | e9709ee646eda416bf746226626b845b89e79bad (patch) | |
tree | c3c89c5850f513725ecd2790d5edb499ace66150 /tests/auto/linguist/lupdate/lupdate.pro | |
parent | 91c620e6ae7fb0c9a0b7512a6c3ea7b30b5b5c0c (diff) | |
download | qttools-e9709ee646eda416bf746226626b845b89e79bad.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: Ie775d011e6f63d4d174c2be78cda138d7bbe85ff
Reviewed-on: http://codereview.qt-project.org/6186
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/linguist/lupdate/lupdate.pro')
-rw-r--r-- | tests/auto/linguist/lupdate/lupdate.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/lupdate.pro b/tests/auto/linguist/lupdate/lupdate.pro index 3c6999874..34523a6a5 100644 --- a/tests/auto/linguist/lupdate/lupdate.pro +++ b/tests/auto/linguist/lupdate/lupdate.pro @@ -1,4 +1,6 @@ -CONFIG += qttest_p4 +CONFIG += testcase +QT += testlib + # June 2011: Marked as unstable due to tst_lupdate::good(heuristics) failing # due to changes in qtbase/mkspecs/features/qt_config.prf. CONFIG+=insignificant_test |