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

17 lines
248 B
Prolog
Raw Normal View History

load(qttest_p4)
SOURCES += tst_qhostinfo.cpp
QT = core-private network-private
wince*: {
LIBS += ws2.lib
} else {
win32:LIBS += -lws2_32
}
symbian: TARGET.CAPABILITY = NetworkServices
symbian: {
INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
}