summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
blob: f349cab976938bd34a884f1cb82df92ac01fc6ae (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
}
}