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.
 
 
 
 
 
 

9 lines
399 B

project(windowedwidgetsrunner)
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_windowedwidgets\")
add_library(krunner_windowedwidgets MODULE windowedwidgetsrunner.cpp)
target_link_libraries(krunner_windowedwidgets KF5::Plasma)
install(TARGETS krunner_windowedwidgets DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-windowedwidgets.desktop DESTINATION ${SERVICES_INSTALL_DIR})