From 7f5c24018cf42ea9ef69e80f63e2c48f478297e1 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Mon, 23 Jan 2012 21:45:04 +0200 Subject: [PATCH] remove unnecessary linking from the cmake --- 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 24431c7f3..1a06e17f9 100644 --- a/declarativeimports/locale/CMakeLists.txt +++ b/declarativeimports/locale/CMakeLists.txt @@ -17,7 +17,7 @@ add_library(localebindingsplugin SHARED ${localebindings_SRCS}) #FIXME #Should i remove KDE4_PLASMA_LIBS? #Should i put something? -target_link_libraries(localebindingsplugin ${KDE4_PLASMA_LIBS} ${QT_QTDECLARATIVE_LIBRARY} kdeclarative) +target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY}) install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale) install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)