summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo/qhostinfo.pro
blob: 77ce1867d10f37457f421e26f5633b70f1b37122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)

SOURCES  += tst_qhostinfo.cpp

QT = core-private network-private

wince*: {
  LIBS += ws2.lib
} else {
  win32:LIBS += -lws2_32
}

symbian: TARGET.CAPABILITY = NetworkServices
symbian: {
  INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
}