tests/auto/qhostinfo/qhostinfo.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/tests/auto/qhostinfo/qhostinfo.pro	Mon Jun 21 22:38:13 2010 +0100
+++ b/tests/auto/qhostinfo/qhostinfo.pro	Thu Jul 22 16:41:55 2010 +0100
@@ -2,7 +2,7 @@
 
 SOURCES  += tst_qhostinfo.cpp
 
-QT = core network core
+QT = core network
 
 wince*: {
   LIBS += ws2.lib
@@ -10,4 +10,7 @@
   win32:LIBS += -lws2_32
 }
 
-
+symbian: TARGET.CAPABILITY = NetworkServices
+symbian: {
+  INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}