From a0e5437a27bd77e28ff83c24721cbcf705c8a703 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Tue, 12 Jun 2012 16:49:29 +0300 Subject: [PATCH] Install the qmldir in the right directory --- declarativeimports/locale/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/locale/CMakeLists.txt b/declarativeimports/locale/CMakeLists.txt index e36f2c97f..63630259a 100644 --- a/declarativeimports/locale/CMakeLists.txt +++ b/declarativeimports/locale/CMakeLists.txt @@ -22,4 +22,4 @@ kde4_add_library(localebindingsplugin SHARED ${localebindings_SRCS}) target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY}) install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/locale) -install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale) +install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/locale)