qt5base-lts/tests/auto/network/kernel/qhostinfo/qhostinfo.pro

13 lines
181 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qhostinfo
SOURCES += tst_qhostinfo.cpp
QT = core-private network-private testlib
wince*: {
LIBS += ws2.lib
} else {
win32:LIBS += -lws2_32
}