Remove qttest_p4.prf file
authorSergio Ahumada <sergio.ahumada@nokia.com>
Wed, 4 Jan 2012 21:21:48 +0000 (22:21 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 6 Jan 2012 08:38:31 +0000 (09:38 +0100)
commitc9ee64d8b7756679c4f8d3a8739ccb379e215e9a
treea4c757edb207f36a5310dae0511ac08f3eef2cfb
parent41af951eef5f596992fff62a4c29f8facb0c2de2
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>
dist/changes-5.0.0
mkspecs/features/qttest_p4.prf [deleted file]