Don't hardcode the QML install dir
ClosedPublic

Authored by arojas on Jan 6 2020, 10:04 AM.

Details

Summary

extra-cmake-modules already sets the correct QML_INSTALL_DIR, don't hardcode it to some distro-specific path

BUG: 415868

Test Plan

QML files are installed to the right path

Diff Detail

Repository
R471 Alkimia Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arojas requested review of this revision.Jan 6 2020, 10:04 AM
arojas created this revision.
habacker accepted this revision.Jan 6 2020, 12:07 PM
This revision is now accepted and ready to land.Jan 6 2020, 12:07 PM
This revision was automatically updated to reflect the committed changes.

Thanks for applying tis patch.. I forgot to say that we merge changes from the stable branch (8.0) into master by merging e.g.

git checkout master
git merge origin/8.0