Fix qml module installation path in CMakeLists.txt
AbandonedPublic

Authored by ngraham on Jul 8 2020, 6:24 PM.

Details

Reviewers
truf
Group Reviewers
Elisa
Summary

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/

Diff Detail

Repository
R255 Elisa
Lint
Lint Skipped
Unit
Unit Tests Skipped
truf requested review of this revision.Jul 8 2020, 6:24 PM
truf created this revision.
truf edited the summary of this revision. (Show Details)
ognarb added a subscriber: ognarb.Jul 8 2020, 7:25 PM

Hi, thanks for your patch, but new patchs go to https://invent.kde.org/multimedia/elisa and phabricator only host tasks now.

truf added a comment.Jul 8 2020, 9:07 PM

ok, sure. I'll post it there

ngraham commandeered this revision.Jul 9 2020, 4:58 PM
ngraham abandoned this revision.
ngraham added a reviewer: truf.