mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
19 lines
477 B
CMake
19 lines
477 B
CMake
|
|
add_subdirectory( pics )
|
|
|
|
########### next target ###############
|
|
|
|
set(kcm_locale_PART_SRCS kcmlocale.cpp)
|
|
|
|
kde4_add_ui_files(kcm_locale_PART_SRCS kcmlocalewidget.ui )
|
|
|
|
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} )
|
|
|