Re: [CMake] CPack and OpenSSL libraries

2011-02-15 Thread mervin
Download the latest ssl libs or which ever version you need. Then place them in your QT libs dir (or any dir)and call it for install. IF( WIN32 ) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/qtlibs/libeay32.DLL ${CMAKE_CURRENT_SOURCE_DIR}/vcredist/ssleay32.DLL

[CMake] CPACK- NSIS Check if application is running

2011-02-14 Thread mervin
I am using CPACK - NSIS to generate my installer. When am trying to re-install my app on an existing installation it installs. But, when the app is running am not able to install it (the windows OS gives me some error). To avoid this I want to add a message box which says "The APP is already runn