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
|
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
requires(qtConfig(private_tests))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core-private network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2016-03-07 09:40:21 +00:00
|
|
|
win32:LIBS += -lws2_32
|
2012-01-23 00:28:06 +00:00
|
|
|
|
2015-12-16 14:33:42 +00:00
|
|
|
winrt: WINRT_MANIFEST.capabilities += internetClientServer
|