summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie/qmovie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmovie/qmovie.pro')
-rw-r--r--tests/auto/qmovie/qmovie.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/auto/qmovie/qmovie.pro b/tests/auto/qmovie/qmovie.pro
index 15f0c833bd..30e5901d7c 100644
--- a/tests/auto/qmovie/qmovie.pro
+++ b/tests/auto/qmovie/qmovie.pro
@@ -18,7 +18,9 @@ symbian*: {
addFiles.path = animations
DEPLOYMENT += addFiles
- imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll
- imagePlugins.path = imageformats
- DEPLOYMENT += imagePlugins
-} \ No newline at end of file
+ qt_not_deployed {
+ imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll
+ imagePlugins.path = imageformats
+ DEPLOYMENT += imagePlugins
+ }
+}