Add calendar.cpp to the CMakeLists.txt
This commit is contained in:
parent
78beca5dac
commit
31cc381819
@ -2,7 +2,8 @@ project(localebindings)
|
|||||||
|
|
||||||
set(localebindings_SRCS
|
set(localebindings_SRCS
|
||||||
locale.cpp
|
locale.cpp
|
||||||
)
|
calendarsystem.cpp
|
||||||
|
)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
${CMAKE_SOURCE_DIR}
|
${CMAKE_SOURCE_DIR}
|
||||||
@ -15,7 +16,6 @@ qt4_automoc(${localebindings_SRCS})
|
|||||||
|
|
||||||
add_library(localebindingsplugin SHARED ${localebindings_SRCS})
|
add_library(localebindingsplugin SHARED ${localebindings_SRCS})
|
||||||
#FIXME
|
#FIXME
|
||||||
#Should i remove KDE4_PLASMA_LIBS?
|
|
||||||
#Should i put something?
|
#Should i put something?
|
||||||
target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY})
|
target_link_libraries(localebindingsplugin ${QT_QTDECLARATIVE_LIBRARY})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user