summaryrefslogtreecommitdiff
path: root/tests/auto/qmatrixnxn/qmatrixnxn.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-25 11:26:19 +1000
committerPasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>2012-01-20 10:59:34 +0100
commit104a69649c2c6a9962fef8d298c4274bbca81c14 (patch)
tree58b538427d2f69378400aea42a716cbeebe8a5de /tests/auto/qmatrixnxn/qmatrixnxn.pro
parentf36224afb859ed5b4a3967da21e571913164f7af (diff)
downloadqt4-tools-104a69649c2c6a9962fef8d298c4274bbca81c14.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: If1f16810614f7965dc7d5bf680effed911bee114 Reviewed-by: Jason McDonald (cherry picked from commit 45335cba963c41ab73d471ee1c18e37dd6b2a5b8) Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
Diffstat (limited to 'tests/auto/qmatrixnxn/qmatrixnxn.pro')
-rw-r--r--tests/auto/qmatrixnxn/qmatrixnxn.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qmatrixnxn/qmatrixnxn.pro b/tests/auto/qmatrixnxn/qmatrixnxn.pro
index cf6e4a128e..9c43d6068d 100644
--- a/tests/auto/qmatrixnxn/qmatrixnxn.pro
+++ b/tests/auto/qmatrixnxn/qmatrixnxn.pro
@@ -1,2 +1,4 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qmatrixnxn
SOURCES += tst_qmatrixnxn.cpp
+QT += testlib