qt5base-lts/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
Orgad Shaneh d57a7c4171 MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 API
Change-Id: I637b33ba6d05f40486d8da927ae5cc5148299348
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-10-19 10:58:59 +00:00

12 lines
234 B
Prolog

CONFIG += testcase
TARGET = tst_qhostinfo
SOURCES += tst_qhostinfo.cpp
requires(qtConfig(private_tests))
QT = core-private network-private testlib
win32:LIBS += -lws2_32
winrt: WINRT_MANIFEST.capabilities += internetClientServer