I guess the problem is related to static linkage. I'm actually building static libraries and it seems in that case the resource files are optimized out by the compiler. I tried to build shared libraries, but for the moment I have to fix strongly connected components before doing it.
A possible solution for static libraries is to add an explicit call to Q_INIT_RESOURCE, according to this documentation: https://qt-project.org/wiki/QtResources. I'll try it if unable to decouple the libraries. Best, Júlio.
-- 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
