tests/auto/qmovie/qmovie.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 28 Apr 2010 13:15:16 +0300
branchRCL_3
changeset 15 b25b6dc3ff8b
parent 0 1918ee327afb
permissions -rw-r--r--
2010-17 8b4fb6db9a24f58dafbd4734d9c4a87a72f9ad8f

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

   qt_not_deployed {
      imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll
      imagePlugins.path = imageformats
      DEPLOYMENT += imagePlugins
   }
}