0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += ../tst_qtcpserver.cpp
|
|
3 |
|
|
4 |
win32: {
|
|
5 |
wince*: {
|
|
6 |
LIBS += -lws2
|
|
7 |
crashApp.sources = ../crashingServer/crashingServer.exe
|
|
8 |
crashApp.path = crashingServer
|
|
9 |
DEPLOYMENT += crashApp
|
|
10 |
} else {
|
|
11 |
LIBS += -lws2_32
|
|
12 |
}
|
|
13 |
}
|
|
14 |
|
|
15 |
symbian {
|
|
16 |
crashApp.sources = $$QT_BUILD_TREE/examples/widgets/wiggly/$${BUILD_DIR}/crashingServer.exe
|
|
17 |
crashApp.path = .
|
|
18 |
DEPLOYMENT += crashApp
|
|
19 |
}
|
|
20 |
|
|
21 |
TARGET = ../tst_qtcpserver
|
|
22 |
|
|
23 |
win32 {
|
|
24 |
CONFIG(debug, debug|release) {
|
|
25 |
TARGET = ../../debug/tst_qtcpserver
|
|
26 |
} else {
|
|
27 |
TARGET = ../../release/tst_qtcpserver
|
|
28 |
}
|
|
29 |
}
|
|
30 |
|
|
31 |
QT = core network
|
|
32 |
|
|
33 |
MOC_DIR=tmp
|
|
34 |
|
|
35 |
DEFINES += TEST_QNETWORK_PROXY
|
|
36 |
|
|
37 |
|
|
38 |
|