SUMMARY Qt5 and Qt6 builds of the library are currently installed with the same library name and CMake package name. This makes it impossible to provide both builds in a distribution package. It also makes not possible (or at least unsafe) to use the library from the apps with Qt5/6 build options - `find_package(layer-shell-qt)` does not really tell you what Qt version is used by the library and how it corresponds to the application's target Qt version. While changing the Qt5 artifacts might be too late, can you at least version the Qt6 build as libLayerShellQt6/ layer-shell-qt6 cmake package?