kde-workspace/powerdevil/kcmodule/global/CMakeLists.txt

22 lines
623 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
set( kcm_powerdevil_global_SRCS
GeneralPage.cpp
2015-09-01 04:37:19 +03:00
generalPage.ui
2014-11-13 19:30:51 +02:00
)
kde4_add_kcfg_files(kcm_powerdevil_global_SRCS ../../PowerDevilSettings.kcfgc)
kde4_add_plugin(kcm_powerdevilglobalconfig ${kcm_powerdevil_global_SRCS})
target_link_libraries(kcm_powerdevilglobalconfig
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
2014-11-13 19:30:51 +02:00
${KDE4_KIO_LIBS}
${KDE4_SOLID_LIBS}
${KDE4_KNOTIFYCONFIG_LIBS}
2014-11-13 19:30:51 +02:00
powerdevilconfigcommonprivate
)
install(TARGETS kcm_powerdevilglobalconfig DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
install( FILES powerdevilglobalconfig.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )