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

15 lines
172 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qhostaddress
SOURCES += tst_qhostaddress.cpp
QT = core network testlib
win32: {
wince*: {
LIBS += -lws2
} else {
LIBS += -lws2_32
}
}