Skip to content

Commit 78d0aff

Browse files
committed
windows packaging issue: Qt 6.7 has qmodernwindowsstyle instead of qwindowsvistastyle
1 parent e90d462 commit 78d0aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dmidiplayer.nsi.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Section -Main SEC0000
238238
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\imageformats\qjpeg.dll $INSTDIR\imageformats\qjpeg.dll $INSTDIR
239239
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\imageformats\qsvg.dll $INSTDIR\imageformats\qsvg.dll $INSTDIR
240240
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\platforms\qwindows.dll $INSTDIR\platforms\qwindows.dll $INSTDIR
241-
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\styles\qwindowsvistastyle.dll $INSTDIR\styles\qwindowsvistastyle.dll $INSTDIR
241+
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\styles\qmodernwindowsstyle.dll $INSTDIR\styles\qmodernwindowsstyle.dll $INSTDIR
242242

243243
WriteRegStr HKLM "${REGKEY}\Components" Main 1
244244
SectionEnd
@@ -356,7 +356,7 @@ Section /o -un.Main UNSEC0000
356356
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\imageformats\qjpeg.dll
357357
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\imageformats\qsvg.dll
358358
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\platforms\qwindows.dll
359-
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\styles\qwindowsvistastyle.dll
359+
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\styles\qmodernwindowsstyle.dll
360360
RMDir /REBOOTOK $INSTDIR\translations
361361
RMDir /REBOOTOK $INSTDIR\styles
362362
RMDir /REBOOTOK $INSTDIR\platforms

0 commit comments

Comments
 (0)