diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-11-27 17:54:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 17:55:24 -0800 |
commit | 1080e5ca351a54275744100aa95a2f83217c1e9e (patch) | |
tree | 64b531b688220596d0cc976b1cf11e07efb8f2a8 /subsurface.pro | |
parent | 4b4e59a7e8a051c39d64fa3410f19ad0f94c2535 (diff) | |
download | subsurface-1080e5ca351a54275744100aa95a2f83217c1e9e.tar.gz |
Fix plugin deployment on Windows
And increase our list of plugins to be deployed to include the GIF and
SVG image plugins, the SVG icon engine and the CJK text codecs.
The install rules now iterate over the plugin list and deploy the
plugins in the right path in the staging area. The plugins must also
be scanned for dependencies (Fedora's qjpeg4.dll depends on
libjpeg-62.dll, which neds to be copied to the staging area).
Finally, fix qt.conf needed to be fixed.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 8754f1da7..a84b904ed 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -175,7 +175,12 @@ XSLT_FILES = xslt ICONS_FILES = icons DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images MARBLEDIR = marbledata/maps marbledata/bitmaps -DEPLOYMENT_PLUGIN += imageformats/qjpeg + +#DEPLOYMENT_PLUGIN += bearer/qnativewifibearer +DEPLOYMENT_PLUGIN += codecs/qcncodecs codecs/qjpcodecs codecs/qkrcodecs codecs/qtwcodecs +DEPLOYMENT_PLUGIN += imageformats/qgif imageformats/qjpeg imageformats/qsvg +DEPLOYMENT_PLUGIN += iconengines/qsvgicon +#DEPLOYMENT_PLUGIN += sqldrivers/qsqlite # This information will go into the Windows .rc file and linked into the .exe QMAKE_TARGET_COMPANY = subsurface team |