Warning, /plasma/plasma-systemmonitor/src/table/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(table_SRCS
0002     ColumnDisplayModel.cpp
0003     ColumnDisplayModel.h
0004     ColumnSortModel.cpp
0005     ColumnSortModel.h
0006     ComponentCacheProxyModel.cpp
0007     ComponentCacheProxyModel.h
0008     ProcessSortFilterModel.cpp
0009     ProcessSortFilterModel.h
0010     ReverseColumnsProxyModel.cpp
0011     ReverseColumnsProxyModel.h
0012     TablePlugin.cpp
0013     TablePlugin.h
0014 )
0015 
0016 set(table_QML
0017     BaseCellDelegate.qml
0018     BaseTableView.qml
0019     TextCellDelegate.qml
0020     ColumnConfigurationDialog.qml
0021     FirstCellDelegate.qml
0022     LineChartCellDelegate.qml
0023     TableViewHeader.qml
0024     UserCellDelegate.qml
0025     KillDialog.qml
0026     TreeDecoration.qml
0027 )
0028 
0029 add_library(TablePlugin SHARED ${table_SRCS})
0030 target_link_libraries(TablePlugin Qt::Quick KSysGuard::Sensors KSysGuard::ProcessCore KF5::CoreAddons KF5::ItemModels)
0031 
0032 install(TARGETS TablePlugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/ksysguard/table)
0033 install(FILES qmldir ${table_QML} DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/ksysguard/table)