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


QT = core network testlib

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