mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
24 lines
714 B
CMake
24 lines
714 B
CMake
|
|
set( kcm_powerdevil_profiles_SRCS
|
|
EditPage.cpp
|
|
../../daemon/powerdevilprofilegenerator.cpp
|
|
)
|
|
|
|
kde4_add_ui_files(kcm_powerdevil_profiles_SRCS
|
|
profileEditPage.ui)
|
|
|
|
kde4_add_kcfg_files(kcm_powerdevil_profiles_SRCS ../../PowerDevilSettings.kcfgc)
|
|
|
|
kde4_add_plugin(kcm_powerdevilprofilesconfig ${kcm_powerdevil_profiles_SRCS})
|
|
|
|
target_link_libraries(kcm_powerdevilprofilesconfig
|
|
${KDE4_KDECORE_LIBS}
|
|
${KDE4_KDEUI_LIBRARY}
|
|
${KDE4_KIO_LIBS}
|
|
${KDE4_SOLID_LIBS}
|
|
powerdevilui
|
|
powerdevilconfigcommonprivate
|
|
)
|
|
|
|
install(TARGETS kcm_powerdevilprofilesconfig DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
install( FILES powerdevilprofilesconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|