Skip to content

Fix build against a static Qt

Volker Krause requested to merge work/vkrause/install-rcc-static-targets into master

For a static build Qt generates an object target with the QRC initialization code that will be linked into consuming code. We need to take care of installing this though, as well as adding it to the CMake export set.

Depends on extra-cmake-modules!464 (merged).

Merge request reports