diff options
Diffstat (limited to 'tests/auto/qnetworkinterface/qnetworkinterface.pro')
-rw-r--r-- | tests/auto/qnetworkinterface/qnetworkinterface.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qnetworkinterface/qnetworkinterface.pro b/tests/auto/qnetworkinterface/qnetworkinterface.pro index 1c5feee..85d4388 100644 --- a/tests/auto/qnetworkinterface/qnetworkinterface.pro +++ b/tests/auto/qnetworkinterface/qnetworkinterface.pro @@ -1,7 +1,8 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qnetworkinterface SOURCES += tst_qnetworkinterface.cpp -QT = core network +QT = core network testlib symbian: TARGET.CAPABILITY = NetworkServices |