Bundle qgif so the busy spinner works on Vista and above (why it worked at all on XP is a mystery...)

This commit is contained in:
David Sansome 2010-06-11 18:02:57 +00:00
parent f739ae5e00
commit 6e73fc19a8
1 changed files with 11 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Section "Clementine" Clementine
File "glew32.dll"
File "iconv.dll"
File "libbz2.dll"
File "libdl.dll"
File "libfaad-2.dll"
File "libFLAC-8.dll"
File "libgcrypt-11.dll"
@ -99,6 +100,13 @@ Section "Clementine" Clementine
File "zlib1.dll"
SectionEnd
Section "Qt image format plugins" imageformats
SetOutPath "$INSTDIR\imageformats"
SetOverwrite ifnewer
File "/oname=qgif4.dll" "imageformats\qgif4.dll"
SectionEnd
Section "Gstreamer plugins" gstreamer-plugins
SetOutPath "$INSTDIR\gstreamer-plugins"
SetOverwrite ifnewer
@ -763,6 +771,7 @@ Section "Uninstall"
Delete "$INSTDIR\glew32.dll"
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\libbz2.dll"
Delete "$INSTDIR\libdl.dll"
Delete "$INSTDIR\libfaad-2.dll"
Delete "$INSTDIR\libFLAC-8.dll"
Delete "$INSTDIR\libgcrypt-11.dll"
@ -810,6 +819,8 @@ Section "Uninstall"
Delete "$INSTDIR\z.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\imageformats\qgif4.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstapetag.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstaudioconvert.dll"