04aa760711
Remove #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, examples and tests. Task-number: QTBUG-51673 Change-Id: I3706336395620522ceda414d7437295d9ec64f16 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
15 lines
327 B
Prolog
15 lines
327 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhostinfo
|
|
|
|
SOURCES += tst_qhostinfo.cpp
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
QT = core-private network-private testlib
|
|
|
|
win32:LIBS += -lws2_32
|
|
|
|
# needed for getaddrinfo with official MinGW
|
|
mingw:DEFINES += _WIN32_WINNT=0x0501
|
|
|
|
winrt: WINRT_MANIFEST.capabilities += internetClientServer
|