From 1080e5ca351a54275744100aa95a2f83217c1e9e Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 27 Nov 2013 17:54:30 -0800 Subject: 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 Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/windows') 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 -- cgit v1.2.3-70-g09d2