Warning, /plasma/plasma-workspace/containmentactions/applauncher/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_containmentactions_applauncher\")
0002 
0003 set(applauncher_SRCS
0004     launch.cpp
0005 )
0006 ki18n_wrap_ui(applauncher_SRCS config.ui)
0007 
0008 kcoreaddons_add_plugin(plasma_containmentactions_applauncher SOURCES ${applauncher_SRCS} INSTALL_NAMESPACE "plasma/containmentactions")
0009 
0010 target_link_libraries(plasma_containmentactions_applauncher KF5::Plasma KF5::KIOCore KF5::KIOWidgets KF5::I18n)