qt6-bb10/tests/auto/network/kernel/qhostaddress/qhostaddress.pro

15 lines
172 B
Prolog

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