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=\\\".\\\"
|
|
9 |
} else:symbian* {
|
|
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 |
}
|