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


QT = core network

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