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
        DESTINATION ${support_dest_dir}
        COMPONENT Runtime
        )
ENDIF( WIN32 )


-- 
View this message in context: 
http://cmake.3232098.n2.nabble.com/CPack-and-OpenSSL-libraries-tp6029611p6029647.html
Sent from the CMake mailing list archive at Nabble.com.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to