diff -r 000000000000 -r 1918ee327afb tests/auto/qmovie/qmovie.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qmovie/qmovie.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,26 @@ +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 + } +}