]> git.lyx.org Git - features.git/commitdiff
installer: include DLLs for SVG
authorUwe Stöhr <uwestoehr@lyx.org>
Thu, 26 Nov 2015 00:11:26 +0000 (01:11 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Thu, 26 Nov 2015 00:11:26 +0000 (01:11 +0100)
It seems that the QT file qsvgicon4.dll is needed for svg icons in lyX. QtXml might be necessary as well

development/Win32/packaging/installer/include/filelist.nsh
development/Win32/packaging/installer/setup/install.nsh

index d657ea10d8397a11b467d8e1e59c8ace96775914..5d1bbc303ace275efa6c3ee242fb0019ea99e7fc 100644 (file)
@@ -20,6 +20,7 @@ Lists of files to include in the installer
   ${FILE}QtCore4.dll"
   ${FILE}QtGui4.dll"
   ${FILE}QtSvg4.dll"
+  ${FILE}QtXml4.dll"
 
 !macroend
 
@@ -35,6 +36,12 @@ Lists of files to include in the installer
 
 !macroend
 
+!macro FileListQtIconengines COMMAND DIRECTORY
+
+  ${FILE}qsvgicon4.dll"
+
+!macroend
+
 !macro FileListMSVC COMMAND DIRECTORY
 
   # Manifest not needed for 2010
index 3ebfddaf1b46b47a3dde0bade0451f973d0afc72..2ebe6415a88025ba34ac577e0546ef4af8928fc4 100644 (file)
@@ -48,6 +48,7 @@ Section -ProgramFiles SecProgramFiles
   !insertmacro FileListLyXBin File "${FILES_LYX}\bin\"
   !insertmacro FileListQtBin File "${FILES_QT}\bin\"
   !insertmacro FileListQtImageformats File "${FILES_QT}\plugins\imageformats\"
+  !insertmacro FileListQtIconengines File "${FILES_QT}\plugins\iconengines\"
   !insertmacro FileListDll File "${FILES_DEPS}\bin\"
   !insertmacro FileListMSVC File "${FILES_MSVC}\"
   !insertmacro FileListNetpbmBin File "${FILES_NETPBM}\"