equal
deleted
inserted
replaced
|
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*: { |
|
15 addFiles.sources = datastream.q42 gearflowers.svg |
|
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 |