summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-5.0.04
-rw-r--r--mkspecs/features/qttest_p4.prf13
2 files changed, 4 insertions, 13 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
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
deleted file mode 100644
index 1712e94660..0000000000
--- a/mkspecs/features/qttest_p4.prf
+++ /dev/null
@@ -1,13 +0,0 @@
-isEmpty(TEMPLATE):TEMPLATE=app
-CONFIG += qt warn_on console depend_includepath testcase
-
-qtAddLibrary(QtTest)
-
-# prefix test binary with tst_
-!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
-
-isEmpty(target.path) {
- target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
-}
-
-INSTALLS += target