From d04bf8f4073aa50b23ae154250932b5ddd3ddc0a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 25 Oct 2011 14:42:16 +1000 Subject: all remaining 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: I02fe27b2c1800f929250fa8694ca2976c9661a12 Reviewed-by: Jason McDonald --- .../network/socket/platformsocketengine/platformsocketengine.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/network/socket/platformsocketengine') diff --git a/tests/auto/network/socket/platformsocketengine/platformsocketengine.pro b/tests/auto/network/socket/platformsocketengine/platformsocketengine.pro index bcec77fed2..eee762037d 100644 --- a/tests/auto/network/socket/platformsocketengine/platformsocketengine.pro +++ b/tests/auto/network/socket/platformsocketengine/platformsocketengine.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_platformsocketengine SOURCES += tst_platformsocketengine.cpp include(../platformsocketengine/platformsocketengine.pri) @@ -7,4 +8,4 @@ requires(contains(QT_CONFIG,private_tests)) MOC_DIR=tmp -QT = core-private network-private +QT = core-private network-private testlib -- cgit v1.2.3