Add calendar.cpp to the CMakeLists.txt

This commit is contained in:
Giorgos Tsiapaliwkas 2012-02-01 11:44:11 +02:00
parent 78beca5dac
commit 31cc381819

View File

@ -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})