2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 04:42:16 +00:00
|
|
|
TARGET = tst_qhostaddress
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qhostaddress.cpp
|
|
|
|
|
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
win32: {
|
|
|
|
wince*: {
|
|
|
|
LIBS += -lws2
|
|
|
|
} else {
|
|
|
|
LIBS += -lws2_32
|
|
|
|
}
|
|
|
|
}
|