699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
28 lines
437 B
Prolog
28 lines
437 B
Prolog
CONFIG += testcase
|
|
SOURCES += ../tst_qtcpserver.cpp
|
|
|
|
win32: {
|
|
wince*: {
|
|
LIBS += -lws2
|
|
crashApp.files = ../crashingServer/crashingServer.exe
|
|
crashApp.path = crashingServer
|
|
DEPLOYMENT += crashApp
|
|
} else {
|
|
LIBS += -lws2_32
|
|
}
|
|
}
|
|
|
|
TARGET = ../tst_qtcpserver
|
|
|
|
win32 {
|
|
CONFIG(debug, debug|release) {
|
|
TARGET = ../../debug/tst_qtcpserver
|
|
} else {
|
|
TARGET = ../../release/tst_qtcpserver
|
|
}
|
|
}
|
|
|
|
QT = core network testlib
|
|
|
|
MOC_DIR=tmp
|