author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qgraphicsscene.cpp |
|
3 |
RESOURCES += images.qrc |
|
4 |
win32:!wince*: LIBS += -lUser32 |
|
5 |
||
6 |
!wince*:!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
7 |
DEFINES += QT_NO_CAST_TO_ASCII |
|
8 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
wince*|symbian: { |
0 | 10 |
rootFiles.sources = Ash_European.jpg graphicsScene_selection.data |
11 |
rootFiles.path = . |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
12 |
renderFiles.sources = testData\\render\\* |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
13 |
renderFiles.path = testData\\render |
0 | 14 |
DEPLOYMENT += rootFiles renderFiles |
15 |
} |
|
16 |
wince*:{ |
|
17 |
DEFINES += SRCDIR=\\\".\\\" |
|
18 |
} |
|
19 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
20 |
symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # Min 1Mb, max 16Mb |