blob: 15f0c833bdd4bc84b0a8a288e05238e97a82ac97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
load(qttest_p4)
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.sources = animations\*
addFiles.path = animations
DEPLOYMENT += addFiles
}
symbian*: {
addFiles.sources = animations\*
addFiles.path = animations
DEPLOYMENT += addFiles
imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll
imagePlugins.path = imageformats
DEPLOYMENT += imagePlugins
}
|