QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
689 B

# KI18N Translation Domain for this library
add_definitions(-DTRANSLATION_DOMAIN=\"kcm_autostart\")
set(kcm_autostart_PART_SRCS
autostartmodel.cpp
autostart.cpp )
kcoreaddons_add_plugin(kcm_autostart SOURCES ${kcm_autostart_PART_SRCS} INSTALL_NAMESPACE "plasma/kcms/systemsettings")
target_link_libraries(kcm_autostart KF5::I18n KF5::KIOCore KF5::KIOWidgets KF5::QuickAddons PW::KWorkspace)
ecm_qt_declare_logging_category(kcm_autostart
HEADER kcm_autostart_debug.h
IDENTIFIER KCM_AUTOSTART_DEBUG
CATEGORY_NAME org.kde.plasma.kcm_autostart
)
install(FILES kcm_autostart.desktop DESTINATION ${KDE_INSTALL_APPDIR})
kpackage_install_package(package kcm_autostart kcms)