qt5base-lts/tests/auto/qhostinfo/qhostinfo.pro
Bjørn Erik Nilsen 862a819762 Compile auto tests.
Reviewed-by: mstormo
2011-05-16 16:59:05 +02:00

17 lines
248 B
Prolog

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
}