summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie/qmovie.pro
blob: 3a99c3c8291e5d8195598b5f38edb3d81fc3a83a (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
29
30
31
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
   }
}