699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
16 lines
196 B
Prolog
16 lines
196 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qhostaddress
|
|
SOURCES += tst_qhostaddress.cpp
|
|
|
|
|
|
QT = core network testlib
|
|
|
|
win32: {
|
|
wince*: {
|
|
LIBS += -lws2
|
|
} else {
|
|
LIBS += -lws2_32
|
|
}
|
|
}
|