2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
add_subdirectory( pics )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
set(kcm_locale_PART_SRCS kcmlocale.cpp )
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
kde4_add_plugin(kcm_locale ${kcm_locale_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kcm_locale ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} )
|
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(TARGETS kcm_locale DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install( FILES language.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
|
2014-11-15 03:14:34 +02:00
|
|
|
|