2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
SOURCES += tst_qimage.cpp
|
|
|
|
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
wince*: {
|
|
|
|
addImages.files = images/*
|
|
|
|
addImages.path = images
|
|
|
|
DEPLOYMENT += addImages
|
|
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
|
|
} else:symbian {
|
|
|
|
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
|
|
|
addImages.files = images/*
|
|
|
|
addImages.path = images
|
|
|
|
DEPLOYMENT += addImages
|
|
|
|
qt_not_deployed {
|
|
|
|
imagePlugins.files = qjpeg.dll qgif.dll qmng.dll qtiff.dll qico.dll
|
|
|
|
imagePlugins.path = imageformats
|
|
|
|
DEPLOYMENT += imagePlugins
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
}
|