Yeah, Qt uses them as plugins by default so BundleUtilities won&#39;t pick it up. &nbsp;You could also copy it manually like other Qt plugins, or configure Qt with the -openssl-link flag so it can copy the library for you.<br><br>Clint<br><br>----- Reply message -----<br>From: &quot;Crni Gorac&quot; &lt;cgorac@gmail.com&gt;<br>Date: Tue, Feb 15, 2011 3:38 pm<br>Subject: [CMake] CPack and OpenSSL libraries<br>To: &lt;cmake@cmake.org&gt;<br><br>Am using CPack to create Windows and Mac installers for an<br>application. &nbsp;The application is Qt based, and BundleUtilities is<br>working great for me to pick up dependencies and such. &nbsp;However, I<br>have problem that OpenSSL libraries, which are needed for some<br>segments of functionality of my app, are not picked up. &nbsp;I guess Qt<br>network module is using these libraries as plugins, which means it is<br>checking in run time are libraries present on the target system or<br>not, and is loading them dynamically if so. &nbsp;I have no problems with<br>my Mac installer in that regard, as it seems on Mac machines OpenSSL<br>libraries are installed by default, so my application is able to pick<br>them up at run time. &nbsp;However, for the Windows installer, I&#39;ll guess<br>I&#39;ll have to pick them somehow. &nbsp;So I was just wondering has anyone<br>encountered this problem so far, and what would be preferred solution<br>with CMake/CPack (to utilize FindOpenSSL.cmake and then explicitly<br>link my app with OpenSSL libraries, or maybe something else)?<br><br>Thanks.<br>_______________________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br><br><br>