From 08369c04765c9ae02a5892ded75ebdf9e794678e Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Fri, 11 Jan 2013 15:35:18 +0100 Subject: [PATCH] removed the dll from the installer script --- CMakeModules/NSIS.template.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 6c99ad1ea..0390d4fd4 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -276,7 +276,6 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER File "${INSTALL_PATH}\bin\tomahawk_crash_reporter.exe" File "${INSTALL_PATH}\bin\libtomahawk_breakpad.dll" - File "${INSTALL_PATH}\bin\libqxtweb-standalone.dll" File "${INSTALL_PATH}\bin\libtomahawk_portfwd.dll" File "${INSTALL_PATH}\bin\libtomahawklib.dll" ; plugins @@ -290,7 +289,6 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER File "${BUILD_PATH}\libtomahawk_breakpad.dll" File "${BUILD_PATH}\libtomahawklib.dll" - File "${BUILD_PATH}\libqxtweb-standalone.dll" File "${BUILD_PATH}\libtomahawk_portfwd.dll" ; plugins File "${BUILD_PATH}\libtomahawk_*_*.dll"