diff options
Diffstat (limited to 'tests/auto/qhostinfo/qhostinfo.pro')
-rw-r--r-- | tests/auto/qhostinfo/qhostinfo.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro index 06a4b17..97197a9 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 @@ -11,4 +11,6 @@ wince*: { } symbian: TARGET.CAPABILITY = NetworkServices - +symbian: { + INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE +} |