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.
 
 
 
 
 
 

10 lines
419 B

add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_sessions\")
set(krunner_sessions_SRCS
sessionrunner.cpp
)
qt_add_dbus_interface(krunner_sessions_SRCS ${SCREENSAVER_DBUS_INTERFACE} screensaver_interface)
kcoreaddons_add_plugin(krunner_sessions SOURCES ${krunner_sessions_SRCS} INSTALL_NAMESPACE "kf5/krunner")
target_link_libraries(krunner_sessions Qt::Widgets Qt::DBus KF5::Runner KF5::I18n PW::KWorkspace)