Don't use CMake exports for things that aren't really exported
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 .