From b70744266a0ffd6a82a5c0e7b9e196bf20032ae0 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 22 May 2011 11:48:30 +0000 Subject: [PATCH] Add libpythonqt.dll to the windows installer --- dist/windows/clementine.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 6cb92cc3f..43ae94ac0 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -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"