2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
|
|
|
|
SOURCES += tst_qhostinfo.cpp
|
|
|
|
|
2011-05-16 14:59:05 +00:00
|
|
|
QT = core-private network-private
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
wince*: {
|
|
|
|
LIBS += ws2.lib
|
|
|
|
} else {
|
|
|
|
win32:LIBS += -lws2_32
|
|
|
|
}
|
|
|
|
|
|
|
|
symbian: TARGET.CAPABILITY = NetworkServices
|
|
|
|
symbian: {
|
|
|
|
INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
|
|
|
|
}
|