Warning, /utilities/krusader/app/ActionMan/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(ActionMan_SRCS
0002     actionman.cpp
0003     actionproperty.cpp
0004     addplaceholderpopup.cpp
0005     useractionlistview.cpp
0006     useractionpage.cpp)
0007 
0008 ki18n_wrap_ui (
0009     ActionMan_SRCS
0010     actionproperty.ui
0011 )
0012 
0013 add_library(ActionMan STATIC ${ActionMan_SRCS})
0014 
0015 target_link_libraries(ActionMan
0016     KF5::ConfigCore
0017     KF5::I18n
0018     KF5::IconThemes
0019     KF5::KIOCore
0020     KF5::KIOWidgets
0021     KF5::Notifications
0022     KF5::Parts
0023     KF5::WidgetsAddons
0024     Qt5::Xml
0025 )