3 lines
170 B
CMake
Raw Normal View History

2022-04-02 18:24:21 +05:00
kcoreaddons_add_plugin(helprunner SOURCES helprunner.cpp INSTALL_NAMESPACE "kf5/krunner")
target_link_libraries(helprunner Qt::Widgets KF5::I18n KF5::Runner KF5::KIOGui)