author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 17 Sep 2010 08:34:18 +0300 | |
changeset 36 | ef0373b55136 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qimage.cpp |
|
3 |
||
4 |
wince*: { |
|
5 |
addImages.sources = images/* |
|
6 |
addImages.path = images |
|
7 |
DEPLOYMENT += addImages |
|
8 |
DEFINES += SRCDIR=\\\".\\\" |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
} else:symbian { |
0 | 10 |
TARGET.EPOCHEAPSIZE = 0x200000 0x800000 |
11 |
addImages.sources = images/* |
|
12 |
addImages.path = images |
|
13 |
DEPLOYMENT += addImages |
|
14 |
qt_not_deployed { |
|
15 |
imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll qtiff.dll qico.dll |
|
16 |
imagePlugins.path = imageformats |
|
17 |
DEPLOYMENT += imagePlugins |
|
18 |
} |
|
19 |
} else { |
|
20 |
contains(QT_CONFIG, qt3support): QT += qt3support |
|
21 |
DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
22 |
} |