Add libpythonqt.dll to the windows installer

This commit is contained in:
David Sansome 2011-05-22 11:48:30 +00:00
parent 7228eb8676
commit b70744266a
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,7 @@ Section "Clementine" Clementine
; Python library
File "python27.dll"
File "Python27.zip"
File "libpythonqt.dll"
; Check the OS. If Vista or newer, use Default Programs
nsisos::osversion
@ -1030,6 +1031,7 @@ Section "Uninstall"
Delete "$INSTDIR\python27.dll"
Delete "$INSTDIR\Python27.zip"
Delete "$INSTDIR\libpythonqt.dll"
Delete "$INSTDIR\DLLs\_bsddb.pyd"
Delete "$INSTDIR\DLLs\_ctypes.pyd"