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

SOURCES  += tst_qhostinfo.cpp

requires(qtConfig(private_tests))
QT = core-private network-private testlib

win32: QMAKE_USE += ws2_32