mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Windows installer: Update code for QtPlugins
Now, the precompiled binaries from Nokia can be used.
This commit is contained in:
parent
b4850ff248
commit
4bde597fc1
@ -24,7 +24,12 @@ Lists of files to include in the installer
|
||||
!macro FileListQtBin COMMAND DIRECTORY
|
||||
|
||||
${FILE}QtCore4.dll"
|
||||
${FILE}QtGui4.dll"
|
||||
${FILE}QtGui4.dll"
|
||||
|
||||
!macroend
|
||||
|
||||
!macro FileListQtPlugins COMMAND DIRECTORY
|
||||
|
||||
${FILE}qgif4.dll"
|
||||
|
||||
!macroend
|
||||
|
@ -28,6 +28,7 @@ Section -ProgramFiles SecProgramFiles
|
||||
SetOutPath "$INSTDIR\bin"
|
||||
!insertmacro FileListLyXBin File "${FILES_LYX}\bin\"
|
||||
!insertmacro FileListQtBin File "${FILES_QT}\bin\"
|
||||
!insertmacro FileListQtPlugins File "${FILES_QT}\plugins\imageformats\"
|
||||
!insertmacro FileListDll File "${FILES_DEPS}\bin\"
|
||||
!insertmacro FileListMSVC File "${FILES_MSVC}\"
|
||||
!insertmacro FileListNetpbmBin File "${FILES_NETPBM}\"
|
||||
|
@ -13,6 +13,7 @@ Section "un.Program Files" un.SecProgramFiles
|
||||
# Binaries
|
||||
!insertmacro FileListLyXBin Delete "$INSTDIR\bin\"
|
||||
!insertmacro FileListQtBin Delete "$INSTDIR\bin\"
|
||||
!insertmacro FileListQtPlugins Delete "$INSTDIR\bin\"
|
||||
!insertmacro FileListDll Delete "$INSTDIR\bin\"
|
||||
!insertmacro FileListMSVC Delete "$INSTDIR\bin\"
|
||||
!insertmacro FileListNetpbmBin Delete "$INSTDIR\bin\"
|
||||
|
Loading…
Reference in New Issue
Block a user