Skip to content

Don't use CMake exports for things that aren't really exported

Arjen Hiemstra requested to merge work/ahiemstra/noexports into master

We install a QML module, not a library. So we should really check if the QML module can be found in the CMake config file, not whether a library that is never linked exists.

This also means we don't install a duplicate of the library into ${prefix}/lib .

Merge request reports