2 add_subdirectory( default )
3 add_subdirectory( pics )
7 ########### next target ###############
9 set(kcm_locale_PART_SRCS
10 countryselectordialog.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} )