diff options
Diffstat (limited to 'tests/auto/qmovie/qmovie.pro')
-rw-r--r-- | tests/auto/qmovie/qmovie.pro | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/qmovie/qmovie.pro b/tests/auto/qmovie/qmovie.pro new file mode 100644 index 0000000..15f0c83 --- /dev/null +++ b/tests/auto/qmovie/qmovie.pro @@ -0,0 +1,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 +}
\ No newline at end of file |