From 18def6e560c9bd9f9731d3080d55cd9be6a450a1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 8 Jan 2014 23:28:59 +0100 Subject: [PATCH] Fix accessdenied's install location CCMAIL: notmart@gmail.com --- src/declarativeimports/accessdenied/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/accessdenied/CMakeLists.txt b/src/declarativeimports/accessdenied/CMakeLists.txt index 958743ee4..3fbda194c 100644 --- a/src/declarativeimports/accessdenied/CMakeLists.txt +++ b/src/declarativeimports/accessdenied/CMakeLists.txt @@ -1,4 +1,4 @@ project(accessdenied) -install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/core) +install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/accessdenied)