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.
 
 
 
 
 
 

12 lines
406 B

add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_powerdevil\")
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
set(krunner_powerdevil_SRCS
PowerDevilRunner.cpp
)
kcoreaddons_add_plugin(krunner_powerdevil SOURCES ${krunner_powerdevil_SRCS} INSTALL_NAMESPACE "kf5/krunner")
target_link_libraries(krunner_powerdevil Qt::DBus KF5::ConfigCore KF5::I18n KF5::Plasma KF5::Runner PW::KWorkspace)