3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 23:32:17 +00:00
Brooklyn/plasma/workspace/containmentactions/applauncher/CMakeLists.txt
2022-03-05 22:41:29 +05:00

11 lines
411 B
CMake

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)