3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 23:03:06 +00:00

11 lines
411 B
CMake
Raw Normal View History

2022-03-05 22:41:29 +05:00
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_containmentactions_applauncher\")
set(applauncher_SRCS
launch.cpp
)
ki18n_wrap_ui(applauncher_SRCS config.ui)
kcoreaddons_add_plugin(plasma_containmentactions_applauncher SOURCES ${applauncher_SRCS} INSTALL_NAMESPACE "plasma/containmentactions")
target_link_libraries(plasma_containmentactions_applauncher KF5::Plasma KF5::KIOCore KF5::KIOWidgets KF5::I18n)