Remove builtin qtwin and use WinExtras, replace some macros
This commit is contained in:
2
dist/windows/strawberry-debug.nsi.in
vendored
2
dist/windows/strawberry-debug.nsi.in
vendored
@@ -155,6 +155,7 @@ Section "Strawberry" Strawberry
|
||||
File "Qt5Sql.dll"
|
||||
File "Qt5Widgets.dll"
|
||||
File "Qt5Xml.dll"
|
||||
File "Qt5WinExtras.dll"
|
||||
File "zlib1.dll"
|
||||
File "libxine-2.dll"
|
||||
File "libmpcdec-5.dll"
|
||||
@@ -396,6 +397,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\Qt5Sql.dll"
|
||||
Delete "$INSTDIR\Qt5Widgets.dll"
|
||||
Delete "$INSTDIR\Qt5Xml.dll"
|
||||
Delete "$INSTDIR\Qt5WinExtras.dll"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
Delete "$INSTDIR\libxine-2.dll"
|
||||
Delete "$INSTDIR\libmpcdec-5.dll"
|
||||
|
||||
2
dist/windows/strawberry.nsi.in
vendored
2
dist/windows/strawberry.nsi.in
vendored
@@ -155,6 +155,7 @@ Section "Strawberry" Strawberry
|
||||
File "Qt5Sql.dll"
|
||||
File "Qt5Widgets.dll"
|
||||
File "Qt5Xml.dll"
|
||||
File "Qt5WinExtras.dll"
|
||||
File "zlib1.dll"
|
||||
;File "libmpcdec-5.dll"
|
||||
;File "libtheora-0.dll"
|
||||
@@ -364,6 +365,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\Qt5Sql.dll"
|
||||
Delete "$INSTDIR\Qt5Widgets.dll"
|
||||
Delete "$INSTDIR\Qt5Xml.dll"
|
||||
Delete "$INSTDIR\Qt5WinExtras.dll"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
;Delete "$INSTDIR\libmpcdec-5.dll"
|
||||
;Delete "$INSTDIR\libtheora-0.dll"
|
||||
|
||||
Reference in New Issue
Block a user