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 /packaging/windows | |
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 'packaging/windows')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 73ed2ce49..ed9c9a843 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -103,6 +103,7 @@ Section File /r data File /r images File /r icons + File /r plugins File iconv.dll File libdivecomputer-0.dll File libpng15-15.dll |