summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostaddress/qhostaddress.pro
blob: 7bcbfb01651dd49d67faa4ff2b806e352bbf8fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
SOURCES  += tst_qhostaddress.cpp


QT = core network

win32: {
wince*: {
	LIBS += -lws2
} else {
	LIBS += -lws2_32
}
}

symbian: TARGET.CAPABILITY = NetworkServices