From 31cc381819b27ba3617016cf86151f80c092b1c1 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Wed, 1 Feb 2012 11:44:11 +0200 Subject: [PATCH] Add calendar.cpp to the CMakeLists.txt --- declarativeimports/locale/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})