summaryrefslogtreecommitdiffstats
path: root/tests/manual/qhttpnetworkconnection
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-25 11:26:19 +1000
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-12-25 22:10:00 +0100
commit45335cba963c41ab73d471ee1c18e37dd6b2a5b8 (patch)
tree5860e44d7e156370257ce3fb92ad9864ed042ece /tests/manual/qhttpnetworkconnection
parent1ac559f5ea335de5d78bef8d991133b95081a1b7 (diff)
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
Diffstat (limited to 'tests/manual/qhttpnetworkconnection')
-rw-r--r--tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro
index 2471389ba1..d73124c8f9 100644
--- a/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro
+++ b/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro
@@ -1,11 +1,11 @@
-load(qttest_p4)
+CONFIG += testcase
TEMPLATE = app
TARGET = tst_qhttpnetworkconnection
DEPENDPATH += .
INCLUDEPATH += .
QT -= gui
-QT += network
+QT += network testlib
CONFIG += release