Warning, /plasma/plasma-workspace/kcms/autostart/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # KI18N Translation Domain for this library
0002 add_definitions(-DTRANSLATION_DOMAIN=\"kcm_autostart\")
0003 
0004 set(kcm_autostart_PART_SRCS
0005    autostartmodel.cpp
0006    autostart.cpp
0007    autostartmodel.h
0008    autostart.h)
0009 
0010 kcoreaddons_add_plugin(kcm_autostart SOURCES ${kcm_autostart_PART_SRCS} INSTALL_NAMESPACE "plasma/kcms/systemsettings")
0011 kcmutils_generate_desktop_file (kcm_autostart)
0012 
0013 target_link_libraries(kcm_autostart KF5::I18n KF5::KIOCore KF5::KIOWidgets KF5::QuickAddons PW::KWorkspace)
0014 
0015 ecm_qt_declare_logging_category(kcm_autostart
0016     HEADER kcm_autostart_debug.h
0017     IDENTIFIER KCM_AUTOSTART_DEBUG
0018     CATEGORY_NAME org.kde.plasma.kcm_autostart
0019 )
0020 
0021 kpackage_install_package(package kcm_autostart kcms)