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


QT = core network

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