summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
blob: 8e79ec618deffe6cf1fda65737741b5818d65b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)

SOURCES  += tst_qhostinfo.cpp

QT = core-private network-private

wince*: {
  LIBS += ws2.lib
} else {
  win32:LIBS += -lws2_32
}