From b2fc9cb8acaf4ea8cfa930e11677912608289960 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 15 Sep 2011 05:21:20 +0200 Subject: [PATCH] * Fix Windows installers missing libquazip.dll. --- CMakeModules/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 0417adfef..caa8ecc1c 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -276,6 +276,7 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER File "${INSTALL_PATH}\bin\libqxtweb-standalone.dll" File "${INSTALL_PATH}\bin\libtomahawk_portfwd.dll" File "${INSTALL_PATH}\bin\libtomahawk_lastfm2.dll" + File "${INSTALL_PATH}\bin\libquazip.dll" File "${INSTALL_PATH}\bin\libtomahawklib.dll" File "${INSTALL_PATH}\lib\libtomahawk_sip*.dll" !endif @@ -346,7 +347,6 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER File "${MING_BIN}\libvorbisenc-2.dll" ; OGG - ; Other File "${MING_BIN}\libqjson.dll" File "${MING_BIN}\libtag.dll"