FIX qml module installation path in src/CMakeLists.txt
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/