From 8072396cbe6f2ae6fa7e4970311936f759fe8b12 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 10 Nov 2011 11:32:19 +0100 Subject: [PATCH] add a comment to clarify what's going on there with the overwriting of installed files --- declarativeimports/plasmacomponents/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/declarativeimports/plasmacomponents/CMakeLists.txt b/declarativeimports/plasmacomponents/CMakeLists.txt index c7e2b6f92..f855e3b3e 100644 --- a/declarativeimports/plasmacomponents/CMakeLists.txt +++ b/declarativeimports/plasmacomponents/CMakeLists.txt @@ -28,6 +28,7 @@ install(DIRECTORY qml/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/compone #The platform specific stuff, overwrites a copy of the desktop one +#it does install some files on top of the old ones, it's pretty hackyu but it's intended since there are no more elegant ways to produce a fallback during a qml import from the most specific files to the general ones if specific were not found install(TARGETS plasmacomponentsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components) install(DIRECTORY qml/ DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components)