installer: include DLLs for SVG

It seems that the QT file qsvgicon4.dll is needed for svg icons in lyX. QtXml might be necessary as well
This commit is contained in:
Uwe Stöhr 2015-11-26 01:11:26 +01:00
parent fedb6e8555
commit 14538a3186
2 changed files with 8 additions and 0 deletions

View 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

View 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}\"