summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-01-04 22:21:48 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-06 09:38:31 +0100
commitc9ee64d8b7756679c4f8d3a8739ccb379e215e9a (patch)
treea4c757edb207f36a5310dae0511ac08f3eef2cfb /dist
parent41af951eef5f596992fff62a4c29f8facb0c2de2 (diff)
Remove qttest_p4.prf file
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. Most autotest .pro files should look like this: CONFIG += testcase TARGET = tst_something QT = core testlib SOURCES = tst_something.cpp Change-Id: I051b230c5c4fd56dc6eae2b9b7bdff6c033248fd Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 436b99f612..46f4478dbb 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -260,6 +260,10 @@ Qt for Windows CE
- Build System
+ * Remove qttest_p4.prf file. From now on we should explicitly enable the
+ things from it which we want. Autotest .pro files should stop using
+ 'load(qttest_p4)' and start using 'CONFIG+=testcase' instead.
+
- Assistant
- Designer