Install Plasma Components 3 so they can be used

Summary:
We were missing installing the qmldir file which is quite important

Test Plan: Actually used them in a Plasmoid

Reviewers: #plasma, mart

Reviewed By: mart

Subscribers: mart, plasma-devel, #frameworks

Tags: #plasma, #frameworks

Differential Revision: https://phabricator.kde.org/D5603
This commit is contained in:
David Edmundson 2017-04-27 14:58:33 +01:00
parent 4f48901b05
commit d3ed006a1f

View File

@ -41,5 +41,6 @@ install(FILES plasmacomponents3/BusyIndicator.qml
plasmacomponents3/TextField.qml plasmacomponents3/TextField.qml
plasmacomponents3/ToolBar.qml plasmacomponents3/ToolBar.qml
plasmacomponents3/ToolButton.qml plasmacomponents3/ToolButton.qml
plasmacomponents3/qmldir
DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/components.3) DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/components.3)