From ea622a7302edef33b26a8f9ee742288b014e4f9a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Oct 2014 17:22:39 +0200 Subject: [PATCH] NSIS: uninstall openssl libraries --- cmake/NSIS.template.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index 093d6caa..f8fbd920 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -80,6 +80,8 @@ Section Uninstall Delete "$INSTDIR\libprotobuf.lib" Delete "$INSTDIR\Qt*.dll" Delete "$INSTDIR\icu*.dll" + Delete "$INSTDIR\libeay32.dll" + Delete "$INSTDIR\ssleay32.dll" Delete "$INSTDIR\qt.conf" Delete "$INSTDIR\qdebug.txt" Delete "$INSTDIR\servatrice.sql"