2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
MOC_DIR=tmp
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|