d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
28 lines
435 B
Prolog
28 lines
435 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
|