2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qhostinfo
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qhostinfo.cpp
|
|
|
|
|
2014-01-15 13:01:08 +00:00
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core-private network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
wince*: {
|
|
|
|
LIBS += ws2.lib
|
|
|
|
} else {
|
|
|
|
win32:LIBS += -lws2_32
|
|
|
|
}
|
2012-01-23 00:28:06 +00:00
|
|
|
|
2012-11-21 10:37:03 +00:00
|
|
|
# needed for getaddrinfo with official MinGW
|
2014-01-08 13:12:17 +00:00
|
|
|
mingw:DEFINES += _WIN32_WINNT=0x0501
|
2012-11-21 10:37:03 +00:00
|
|
|
|
2012-01-23 00:28:06 +00:00
|
|
|
linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable
|