d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
17 lines
306 B
Prolog
17 lines
306 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhostinfo
|
|
|
|
SOURCES += tst_qhostinfo.cpp
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
QT = core-private network-private testlib
|
|
|
|
wince {
|
|
LIBS += ws2.lib
|
|
} else {
|
|
win32:LIBS += -lws2_32
|
|
}
|
|
|
|
# needed for getaddrinfo with official MinGW
|
|
mingw:DEFINES += _WIN32_WINNT=0x0501
|