tests/auto/qhostinfo/qhostinfo.pro
changeset 25 e24348a560a6
parent 0 1918ee327afb
child 30 5dc02b23752f
--- a/tests/auto/qhostinfo/qhostinfo.pro	Thu May 27 13:40:48 2010 +0300
+++ b/tests/auto/qhostinfo/qhostinfo.pro	Fri Jun 11 14:24:45 2010 +0300
@@ -2,7 +2,7 @@
 
 SOURCES  += tst_qhostinfo.cpp
 
-QT = core network core
+QT = core network
 
 wince*: {
   LIBS += ws2.lib
@@ -10,4 +10,8 @@
   win32:LIBS += -lws2_32
 }
 
+symbian: {
+  INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}
 
+