Add calendar.cpp to the CMakeLists.txt
This commit is contained in:
parent
78beca5dac
commit
31cc381819
@ -2,6 +2,7 @@ project(localebindings)
|
||||
|
||||
set(localebindings_SRCS
|
||||
locale.cpp
|
||||
calendarsystem.cpp
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user