1
load(qttest_p4)
2
3
SOURCES += tst_qhostinfo.cpp
4
5
QT = core network core
6
7
wince*: {
8
LIBS += ws2.lib
9
} else {
10
win32:LIBS += -lws2_32
11
}
12
13