diff --git a/declarativeimports/locale/CMakeLists.txt b/declarativeimports/locale/CMakeLists.txt index 1a06e17f9..f35d2e7a6 100644 --- a/declarativeimports/locale/CMakeLists.txt +++ b/declarativeimports/locale/CMakeLists.txt @@ -2,7 +2,8 @@ project(localebindings) set(localebindings_SRCS locale.cpp - ) + calendarsystem.cpp +) INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} @@ -15,7 +16,6 @@ qt4_automoc(${localebindings_SRCS}) add_library(localebindingsplugin SHARED ${localebindings_SRCS}) #FIXME -#Should i remove KDE4_PLASMA_LIBS? #Should i put something? target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY})