Skip to content

FIX qml module installation path in src/CMakeLists.txt

Serg Truf requested to merge truf/elisa:qml-install-path-fix into master

After compilation it was complaining that no module is installed:

file:///qml/ElisaMainWindow.qml:12:1: module "org.kde.elisa" is not installed

patch fixes installatin path, so instead of /usr/lib64/qml/org/kde/elisa/ we should be using this /usr/lib64/qt5/qml/org/kde/elisa/

Merge request reports