mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
fedb6e8555
commit
14538a3186
@ -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
|
||||
|
@ -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}\"
|
||||
|
Loading…
Reference in New Issue
Block a user