Install the PlasmaComponents.3/private folder

Summary:
It's used by ToolButton et al.
We install it in the theme folder, but not in the plasma components dir.

Test Plan: Used a toolbutton without error

Reviewers: #plasma, mart

Reviewed By: #plasma, mart

Subscribers: plasma-devel, #frameworks

Tags: #plasma, #frameworks

Differential Revision: https://phabricator.kde.org/D6693
This commit is contained in:
David Edmundson 2017-08-25 10:26:08 +01:00
parent a968892ba9
commit a25b628e25

View File

@ -44,3 +44,4 @@ install(FILES plasmacomponents3/BusyIndicator.qml
plasmacomponents3/qmldir
DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/components.3)
install(DIRECTORY plasmacomponents3/private DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/components.3)