From b9efdcc1e45a2be6f15705945053e00904e35add Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Fri, 9 Mar 2012 13:37:20 +0200 Subject: [PATCH] Remove a comment and replace a tab with spaces --- declarativeimports/locale/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/declarativeimports/locale/CMakeLists.txt b/declarativeimports/locale/CMakeLists.txt index 59ab9e4b4..dea3e1e5c 100644 --- a/declarativeimports/locale/CMakeLists.txt +++ b/declarativeimports/locale/CMakeLists.txt @@ -5,7 +5,7 @@ include(KDE4Defaults) set(localebindings_SRCS locale.cpp localebindingsplugin.cpp - calendarsystem.cpp + calendarsystem.cpp ) INCLUDE_DIRECTORIES( @@ -18,9 +18,8 @@ qt4_automoc(${localebindings_SRCS}) kde4_add_library(localebindingsplugin SHARED ${localebindings_SRCS}) -#FIXME -#Should i put something? -target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY} ${KDE4_KDECORE_INCLUDES}) + +target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY}) install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale) install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)