summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qmovie/qmovie.pro
blob: 3e085ceeaf0ac766d17bf28453f37d6bf1ea16d1 (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
25
26
27
28
load(qttest_p4)
QT += widgets
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
   }
}