mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
One more qt plugin needed on Win for jpg Horus model images
This commit is contained in:
parent
11c20a5c2c
commit
b05d57fcce
1 changed files with 6 additions and 2 deletions
|
@ -135,6 +135,9 @@ Section "OpenTX Companion" SecDummy
|
|||
SetOutPath "$INSTDIR\printsupport"
|
||||
File "@QT_DLL_DIR@\..\plugins\printsupport\windowsprintersupport.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\imageformats"
|
||||
File "@QT_DLL_DIR@\..\plugins\imageformats\qjpeg.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\mediaservice"
|
||||
File "@QT_DLL_DIR@\..\plugins\mediaservice\dsengine.dll"
|
||||
|
||||
|
@ -148,7 +151,6 @@ Section "OpenTX Companion" SecDummy
|
|||
${registerExtension} "$INSTDIR\companion.exe" ".companion" "EEPE_File"
|
||||
${registerExtension} "$INSTDIR\companion.exe" ".eepm" "EEPM_File"
|
||||
|
||||
|
||||
;Create uninstaller
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
||||
|
@ -218,12 +220,14 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\platforms\*.*"
|
||||
Delete "$INSTDIR\printsupport\*.*"
|
||||
Delete "$INSTDIR\mediaservice\*.*"
|
||||
Delete "$INSTDIR\mediaservice\imageformats\*.*"
|
||||
|
||||
RMDir "$INSTDIR\lang"
|
||||
RMDir "$INSTDIR\phonon_backend"
|
||||
RMDir "$INSTDIR\platforms"
|
||||
RMDir "$INSTDIR\printsupport"
|
||||
RMDir "$INSTDIR\mediaservice"
|
||||
RMDir "$INSTDIR\imageformats"
|
||||
RMDir "$INSTDIR"
|
||||
|
||||
${unregisterExtension} ".bin" "BIN File"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue