summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo/qhostinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhostinfo/qhostinfo.pro')
-rw-r--r--tests/auto/qhostinfo/qhostinfo.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro
index 9bfe576f3c..97197a9b95 100644
--- a/tests/auto/qhostinfo/qhostinfo.pro
+++ b/tests/auto/qhostinfo/qhostinfo.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
SOURCES += tst_qhostinfo.cpp
-QT = core network core
+QT = core network
wince*: {
LIBS += ws2.lib
@@ -10,4 +10,7 @@ wince*: {
win32:LIBS += -lws2_32
}
-
+symbian: TARGET.CAPABILITY = NetworkServices
+symbian: {
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}