Changeset View
Changeset View
Standalone View
Standalone View
src/filewidgets/CMakeLists.txt
| 1 | project(KIOFileWidgets) | 1 | project(KIOFileWidgets) | ||
|---|---|---|---|---|---|
| 2 | 2 | | |||
| 3 | find_package(KF5Bookmarks ${KF5_DEP_VERSION} REQUIRED) | 3 | find_package(KF5Bookmarks ${KF5_DEP_VERSION} REQUIRED) | ||
| 4 | find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED) | 4 | find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED) | ||
| 5 | 5 | | |||
| 6 | configure_file(config-kiofilewidgets.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kiofilewidgets.h) | 6 | configure_file(config-kiofilewidgets.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kiofilewidgets.h) | ||
| 7 | 7 | | |||
| 8 | set(kiofilewidgets_SRCS | 8 | set(kiofilewidgets_SRCS | ||
| 9 | kstatusbarofflineindicator.cpp | 9 | kstatusbarofflineindicator.cpp | ||
| 10 | kfilemetapreview.cpp | 10 | kfilemetapreview.cpp | ||
| 11 | kimagefilepreview.cpp | 11 | kimagefilepreview.cpp | ||
| 12 | kpreviewwidgetbase.cpp | 12 | kpreviewwidgetbase.cpp | ||
| 13 | krecentdirs.cpp | 13 | krecentdirs.cpp | ||
| 14 | defaultviewadapter.cpp | 14 | defaultviewadapter.cpp | ||
| 15 | 15 | kcolumnview.cpp | |||
| 16 | kcolumnviewgrip.cpp | ||||
| 16 | kdiroperator.cpp | 17 | kdiroperator.cpp | ||
| 17 | kdiroperatordetailview.cpp | 18 | kdiroperatordetailview.cpp | ||
| 19 | kdiroperatorcolumnview.cpp | ||||
| 18 | kdirsortfilterproxymodel.cpp #used in combination with kdirmodel.cpp | 20 | kdirsortfilterproxymodel.cpp #used in combination with kdirmodel.cpp | ||
| 19 | kencodingfiledialog.cpp | 21 | kencodingfiledialog.cpp | ||
| 20 | kfilebookmarkhandler.cpp | 22 | kfilebookmarkhandler.cpp | ||
| 21 | kfilecopytomenu.cpp | 23 | kfilecopytomenu.cpp | ||
| 22 | kfilefiltercombo.cpp | 24 | kfilefiltercombo.cpp | ||
| 23 | kfilewidget.cpp | 25 | kfilewidget.cpp | ||
| 24 | kfileplacesitem.cpp | 26 | kfileplacesitem.cpp | ||
| 25 | kfileplacesmodel.cpp | 27 | kfileplacesmodel.cpp | ||
| ▲ Show 20 Lines • Show All 77 Lines • Show Last 20 Lines | |||||