kde-workspace/kcontrol/locale/CMakeLists.txt
Ivailo Monev 18a7b9c1a2 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-06 13:03:02 +02:00

17 lines
417 B
CMake

add_subdirectory( pics )
########### next target ###############
set(kcm_locale_PART_SRCS kcmlocale.cpp )
kde4_add_plugin(kcm_locale ${kcm_locale_PART_SRCS})
target_link_libraries(kcm_locale ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} )
install(TARGETS kcm_locale DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES language.desktop DESTINATION ${SERVICES_INSTALL_DIR} )