mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
windows: NSIS install script pruning
This commit is contained in:
parent
68e3c51eba
commit
377c0b7ed6
1 changed files with 1 additions and 4 deletions
|
@ -263,16 +263,13 @@ File "deploy\generic\qtuiotouchplugin.dll"
|
||||||
SetOutPath "$INSTDIR\iconengines"
|
SetOutPath "$INSTDIR\iconengines"
|
||||||
File "deploy\iconengines\qsvgicon.dll"
|
File "deploy\iconengines\qsvgicon.dll"
|
||||||
SetOutPath "$INSTDIR\imageformats"
|
SetOutPath "$INSTDIR\imageformats"
|
||||||
File "deploy\imageformats\qgif.dll"
|
|
||||||
File "deploy\imageformats\qicns.dll"
|
File "deploy\imageformats\qicns.dll"
|
||||||
File "deploy\imageformats\qico.dll"
|
File "deploy\imageformats\qico.dll"
|
||||||
File "deploy\imageformats\qjpeg.dll"
|
File "deploy\imageformats\qjpeg.dll"
|
||||||
File "deploy\imageformats\qpdf.dll"
|
File "deploy\imageformats\qpdf.dll"
|
||||||
File "deploy\imageformats\qsvg.dll"
|
File "deploy\imageformats\qsvg.dll"
|
||||||
File "deploy\imageformats\qtga.dll"
|
File "deploy\imageformats\qtga.dll"
|
||||||
File "deploy\imageformats\qtiff.dll"
|
|
||||||
File "deploy\imageformats\qwbmp.dll"
|
File "deploy\imageformats\qwbmp.dll"
|
||||||
File "deploy\imageformats\qwebp.dll"
|
|
||||||
SetOutPath "$INSTDIR\networkinformation"
|
SetOutPath "$INSTDIR\networkinformation"
|
||||||
File "deploy\networkinformation\qnetworklistmanager.dll"
|
File "deploy\networkinformation\qnetworklistmanager.dll"
|
||||||
SetOutPath "$INSTDIR\platforminputcontexts"
|
SetOutPath "$INSTDIR\platforminputcontexts"
|
||||||
|
@ -724,7 +721,7 @@ File "deploy\styles\qmodernwindowsstyle.dll"
|
||||||
SetOutPath "$INSTDIR\tls"
|
SetOutPath "$INSTDIR\tls"
|
||||||
File "deploy\tls\qcertonlybackend.dll"
|
File "deploy\tls\qcertonlybackend.dll"
|
||||||
File "deploy\tls\qopensslbackend.dll"
|
File "deploy\tls\qopensslbackend.dll"
|
||||||
File "deploy\tls\qschannelbackend.dll
|
File "deploy\tls\qschannelbackend.dll"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue