diff options
Diffstat (limited to 'tests/auto/qimagereader/qimagereader.pro')
-rw-r--r-- | tests/auto/qimagereader/qimagereader.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qimagereader/qimagereader.pro b/tests/auto/qimagereader/qimagereader.pro index b178823..4925498 100644 --- a/tests/auto/qimagereader/qimagereader.pro +++ b/tests/auto/qimagereader/qimagereader.pro @@ -24,3 +24,13 @@ wince*: { DEPLOYMENT += images imagePlugins } +symbian*: { + images.sources = images + images.path = . + + imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll + imagePlugins.path = imageformats + + DEPLOYMENT += images imagePlugins +} + |