summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
blob: aceedc1ee4e72ca3d02e3e5d7d67ed1a11467943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qhostinfo

SOURCES  += tst_qhostinfo.cpp

QT = core-private network-private testlib

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