summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
blob: 421685d8552069659a2d490bf2b724d9cbb691c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qhostaddress
SOURCES  += tst_qhostaddress.cpp


QT = core network testlib

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