Cmake buid doesn't generate shared libraries

Hi all,

Recently I’m trying to build the QGC using cmake. I’ve managed to build the QGC with the cmake. However I’m missing the necessary library from Qt to run the QGC. That means I can run the QGC locally since I’ve a Qt compiled in my current machine, but when I want to deploy the QGC I also need to deploy the whole Qt to the target machine otherwise the QGC will lack some run-time libraries.

I noticed that in the “cmake/QGCDeploy.cmake” it is trying to use the linuxdeployqt library for generating the necessary libraries. However I cannot find the “release” directory after compile, for both “Debug” or “Release” cmake configuration. Am I missing something?

Thank you for all your help and wish you have a nice day.