Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
26 lines
622 B
Prolog
26 lines
622 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qimage
|
|
QT += testlib
|
|
SOURCES += tst_qimage.cpp
|
|
|
|
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 {
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|