From a25b628e25aac6a152a96cb3c04f5b63e20dab3d Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 25 Aug 2017 10:26:08 +0100 Subject: [PATCH] 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 --- src/declarativeimports/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/declarativeimports/CMakeLists.txt b/src/declarativeimports/CMakeLists.txt index 18934ff3f..c207f6f36 100644 --- a/src/declarativeimports/CMakeLists.txt +++ b/src/declarativeimports/CMakeLists.txt @@ -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)