equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 SOURCES += ../tst_qnetworkreply.cpp |
|
3 TARGET = ../tst_qnetworkreply |
|
4 |
|
5 win32 { |
|
6 CONFIG(debug, debug|release) { |
|
7 TARGET = ../../debug/tst_qnetworkreply |
|
8 } else { |
|
9 TARGET = ../../release/tst_qnetworkreply |
|
10 } |
|
11 } |
|
12 |
|
13 !symbian:DEFINES += SRCDIR=\\\"$$PWD/..\\\" |
|
14 |
|
15 QT = core network |
|
16 RESOURCES += ../qnetworkreply.qrc |
|
17 |
|
18 wince*: { |
|
19 addFiles.sources = ../empty ../rfc3252.txt ../resource |
|
20 addFiles.path = . |
|
21 DEPLOYMENT += addFiles |
|
22 } |
|
23 |
|
24 symbian:{ |
|
25 addFiles.sources = ../empty ../rfc3252.txt ../resource ../bigfile |
|
26 addFiles.path = . |
|
27 DEPLOYMENT += addFiles |
|
28 |
|
29 certFiles.sources = ../certs |
|
30 certFiles.path = . |
|
31 DEPLOYMENT += certFiles |
|
32 |
|
33 # Symbian toolchain does not support correct include semantics |
|
34 INCPATH+=..\..\..\..\include\QtNetwork\private |
|
35 # bigfile test case requires more heap |
|
36 TARGET.EPOCHEAPSIZE="0x100 0x1000000" |
|
37 TARGET.CAPABILITY="ALL -TCB" |
|
38 } |