From c9ee64d8b7756679c4f8d3a8739ccb379e215e9a Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 4 Jan 2012 22:21:48 +0100 Subject: 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 Reviewed-by: Bradley T. Hughes --- dist/changes-5.0.0 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist') 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 -- cgit v1.2.3