add more spacing
[personal-kdebase.git] / runtime / kcontrol / locale / CMakeLists.txt
blob96c02a1e63878cfa763e81e448f12a1c2acbe4fb
2 add_subdirectory( default ) 
3 add_subdirectory( pics ) 
7 ########### next target ###############
9 set(kcm_locale_PART_SRCS 
10    countryselectordialog.cpp
11    toplevel.cpp 
12    kcmlocale.cpp 
13    klocalesample.cpp 
14    localenum.cpp 
15    localemon.cpp 
16    localetime.cpp 
17    localeother.cpp )
19 kde4_add_ui_files(kcm_locale_PART_SRCS localemon.ui language.ui )
21 kde4_add_plugin(kcm_locale ${kcm_locale_PART_SRCS})
23 target_link_libraries(kcm_locale ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} )
25 install(TARGETS kcm_locale  DESTINATION ${PLUGIN_INSTALL_DIR} )
28 ########### install files ###############
30 install( FILES language.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )