author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 21:20:32 +0300 | |
changeset 34 | a33bf25e6f72 |
parent 33 | 3e2da88830cd |
child 37 | 758a864f9613 |
permissions | -rw-r--r-- |
0 | 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 |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
34 |
INCPATH+=..\\..\\..\\..\\include\\QtNetwork\\private |
0 | 35 |
# bigfile test case requires more heap |
36 |
TARGET.EPOCHEAPSIZE="0x100 0x1000000" |
|
37 |
TARGET.CAPABILITY="ALL -TCB" |
|
38 |
} |