Install third party shared libraries with QT's cmake deployment API
-
I'm working on an application and I found out QT has it's own deployment API for cmake making easily to bundle all the dependencies in a portable build. Now I've noticed that while it bundles statically linked libraries, it fails to bundle shared libraries such as zlib for example.
Is there any way to also make it include some of the other shared dependencies automatically, besides the QT ones?