Remove a comment and replace a tab with spaces

This commit is contained in:
Giorgos Tsiapaliwkas 2012-03-09 13:37:20 +02:00
parent b3c089f51c
commit b9efdcc1e4

View File

@ -5,7 +5,7 @@ include(KDE4Defaults)
set(localebindings_SRCS set(localebindings_SRCS
locale.cpp locale.cpp
localebindingsplugin.cpp localebindingsplugin.cpp
calendarsystem.cpp calendarsystem.cpp
) )
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
@ -18,9 +18,8 @@ qt4_automoc(${localebindings_SRCS})
kde4_add_library(localebindingsplugin SHARED ${localebindings_SRCS}) kde4_add_library(localebindingsplugin SHARED ${localebindings_SRCS})
#FIXME
#Should i put something? target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY})
target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY} ${KDE4_KDECORE_INCLUDES})
install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale) install(TARGETS localebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale) install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/locale)