Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
32 lines
650 B
Prolog
32 lines
650 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qmovie
|
|
QT += testlib
|
|
SOURCES += tst_qmovie.cpp
|
|
|
|
MOC_DIR=tmp
|
|
|
|
!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF
|
|
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
|
|
!contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG
|
|
|
|
wince*: {
|
|
addFiles.files = animations\\*
|
|
addFiles.path = animations
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
|
|
RESOURCES += resources.qrc
|
|
|
|
symbian: {
|
|
addFiles.files = animations\\*
|
|
addFiles.path = animations
|
|
DEPLOYMENT += addFiles
|
|
|
|
qt_not_deployed {
|
|
imagePlugins.files = qjpeg.dll qgif.dll qmng.dll
|
|
imagePlugins.path = imageformats
|
|
DEPLOYMENT += imagePlugins
|
|
}
|
|
}
|