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

0001 add_subdirectory(PanelView)
0002 
0003 set(Panel_SRCS
0004     dirhistoryqueue.cpp
0005     krcalcspacedialog.cpp
0006     krcolorcache.cpp
0007     krerrordisplay.cpp
0008     krfiletreeview.cpp
0009     krlayoutfactory.cpp
0010     krpanel.cpp
0011     krpreviewjob.cpp
0012     krpreviewpopup.cpp
0013     krpreviews.cpp
0014     krsearchbar.cpp
0015     listpanel.cpp
0016     listpanelactions.cpp
0017     listpanelframe.cpp
0018     panelcontextmenu.cpp
0019     panelfunc.cpp
0020     sidebar.cpp
0021     viewactions.cpp
0022 )
0023 
0024 add_library(Panel STATIC ${Panel_SRCS})
0025 
0026 target_link_libraries(Panel
0027     Dialogs
0028     GUI
0029     KViewer
0030     KF5::Archive
0031     KF5::ConfigCore
0032     KF5::CoreAddons
0033     KF5::I18n
0034     KF5::IconThemes
0035     KF5::KIOFileWidgets
0036     KF5::KIOWidgets
0037     KF5::Service
0038     KF5::WidgetsAddons
0039     KF5::XmlGui
0040     Qt5::Xml
0041 )