Warning, /plasma/powerdevil/kcmodule/profiles/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"powerdevilprofilesconfig\")
0002 
0003 set( kcm_powerdevil_profiles_SRCS
0004      ${CMAKE_CURRENT_BINARY_DIR}/../../daemon/powerdevil_debug.cpp
0005      EditPage.cpp
0006      ${PowerDevil_SOURCE_DIR}/daemon/powerdevilprofilegenerator.cpp
0007 )
0008 
0009 ki18n_wrap_ui(kcm_powerdevil_profiles_SRCS
0010     profileEditPage.ui)
0011 
0012 kconfig_add_kcfg_files(kcm_powerdevil_profiles_SRCS ../../PowerDevilSettings.kcfgc)
0013 
0014 kcoreaddons_add_plugin(kcm_powerdevilprofilesconfig SOURCES ${kcm_powerdevil_profiles_SRCS} INSTALL_NAMESPACE "plasma/kcms/systemsettings_qwidgets")
0015 kcmutils_generate_desktop_file(kcm_powerdevilprofilesconfig)
0016 
0017 target_link_libraries(kcm_powerdevilprofilesconfig
0018      KF5::KIOWidgets
0019      KF5::ConfigGui
0020      KF5::ConfigWidgets
0021      KF5::Kirigami2
0022      powerdevilui
0023      powerdevilconfigcommonprivate
0024 )