summaryrefslogtreecommitdiffstats
path: root/tests/auto/qimagereader/qimagereader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qimagereader/qimagereader.pro')
-rw-r--r--tests/auto/qimagereader/qimagereader.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qimagereader/qimagereader.pro b/tests/auto/qimagereader/qimagereader.pro
index 2c9510e..44a0ddc 100644
--- a/tests/auto/qimagereader/qimagereader.pro
+++ b/tests/auto/qimagereader/qimagereader.pro
@@ -26,3 +26,13 @@ wince*: {
DEFINES += SRCDIR=\\\".\\\"
}
+symbian*: {
+ images.sources = images
+ images.path = .
+
+ imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll
+ imagePlugins.path = imageformats
+
+ DEPLOYMENT += images imagePlugins
+}
+