qt6-bb10/tests/auto/network/kernel/qhostinfo/qhostinfo.pro

12 lines
147 B
Prolog

load(qttest_p4)
SOURCES += tst_qhostinfo.cpp
QT = core-private network-private
wince*: {
LIBS += ws2.lib
} else {
win32:LIBS += -lws2_32
}