forked from Qortal/Brooklyn
20 lines
689 B
CMake
20 lines
689 B
CMake
# 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)
|