author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qdatastream.cpp |
|
3 |
||
4 |
!symbian: { |
|
5 |
cross_compile: DEFINES += SVGFILE=\\\"tests2.svg\\\" |
|
6 |
else: DEFINES += SVGFILE=\\\"gearflowers.svg\\\" |
|
7 |
} |
|
8 |
||
9 |
# for qpaintdevicemetrics.h |
|
10 |
contains(QT_CONFIG, qt3support):QT += qt3support |
|
11 |
QT += svg |
|
12 |
||
13 |
||
14 |
wince*: { |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
15 |
addFiles.sources = datastream.q42 tests2.svg |
0 | 16 |
addFiles.path = . |
17 |
DEPLOYMENT += addFiles |
|
18 |
DEFINES += SRCDIR=\\\"\\\" |
|
19 |
} else:symbian { |
|
20 |
# SRCDIR and SVGFILE defined in code in symbian |
|
21 |
addFiles.sources = datastream.q42 tests2.svg |
|
22 |
addFiles.path = . |
|
23 |
DEPLOYMENT += addFiles |
|
24 |
TARGET.EPOCHEAPSIZE = 1000000 10000000 |
|
25 |
TARGET.UID3 = 0xE0340001 |
|
26 |
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) |
|
27 |
}else { |
|
28 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
|
29 |
} |
|
30 |