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

SOURCES  += tst_qhostinfo.cpp

QT = core network core

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