1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-06 07:19:51 +01:00

Ship QtSvg DLL on windows.

This commit is contained in:
John Maguire 2011-09-27 14:08:39 +02:00
parent d4f45d3658
commit 832a8a5143

View File

@ -168,6 +168,7 @@ Section "Clementine" Clementine
File "QtNetwork4.dll"
File "QtOpenGL4.dll"
File "QtSql4.dll"
File "QtSvg4.dll"
File "QtXml4.dll"
File "zlib1.dll"
@ -1001,6 +1002,7 @@ Section "Uninstall"
Delete "$INSTDIR\QtNetwork4.dll"
Delete "$INSTDIR\QtOpenGL4.dll"
Delete "$INSTDIR\QtSql4.dll"
Delete "$INSTDIR\QtSvg4.dll"
Delete "$INSTDIR\QtXml4.dll"
Delete "$INSTDIR\zlib1.dll"