95cebd34eb
Symbian is not a supported platform for Qt5, so this code is no longer required. Change-Id: I1172e6a42d518490e63e9599bf10579df08259aa Reviewed-on: http://codereview.qt-project.org/5657 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
30 lines
470 B
Prolog
30 lines
470 B
Prolog
load(qttest_p4)
|
|
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
|
|
|
|
MOC_DIR=tmp
|
|
|
|
CONFIG += insignificant_test # QTBUG-21402
|