Changeset View
Changeset View
Standalone View
Standalone View
src/filewidgets/CMakeLists.txt
| Show All 9 Lines | 8 | set(kiofilewidgets_SRCS | |||
|---|---|---|---|---|---|
| 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 | | |||
| 16 | kdiroperator.cpp | 16 | kdiroperator.cpp | ||
| 17 | kdiroperatordetailview.cpp | 17 | kdiroperatordetailview.cpp | ||
| 18 | kdiroperatoriconview.cpp | ||||
| 18 | kdirsortfilterproxymodel.cpp #used in combination with kdirmodel.cpp | 19 | kdirsortfilterproxymodel.cpp #used in combination with kdirmodel.cpp | ||
| 19 | kencodingfiledialog.cpp | 20 | kencodingfiledialog.cpp | ||
| 20 | kfilebookmarkhandler.cpp | 21 | kfilebookmarkhandler.cpp | ||
| 21 | kfilecopytomenu.cpp | 22 | kfilecopytomenu.cpp | ||
| 22 | kfilecustomdialog.cpp | 23 | kfilecustomdialog.cpp | ||
| 23 | kfilefiltercombo.cpp | 24 | kfilefiltercombo.cpp | ||
| 24 | kfilewidget.cpp | 25 | kfilewidget.cpp | ||
| 25 | kfilewidgetdocktitlebar.cpp | 26 | kfilewidgetdocktitlebar.cpp | ||
| 26 | kfileplacesitem.cpp | 27 | kfileplacesitem.cpp | ||
| 27 | kfileplacesmodel.cpp | 28 | kfileplacesmodel.cpp | ||
| 28 | kfileplacesview.cpp | 29 | kfileplacesview.cpp | ||
| 29 | kfileplaceeditdialog.cpp | 30 | kfileplaceeditdialog.cpp | ||
| 30 | kfilepreviewgenerator.cpp | 31 | kfilepreviewgenerator.cpp | ||
| 31 | knameandurlinputdialog.cpp | 32 | knameandurlinputdialog.cpp | ||
| 32 | knewfilemenu.cpp | 33 | knewfilemenu.cpp | ||
| 33 | kurlnavigatordropdownbutton.cpp | 34 | kurlnavigatordropdownbutton.cpp | ||
| 34 | kurlnavigatorbuttonbase.cpp | 35 | kurlnavigatorbuttonbase.cpp | ||
| 35 | kurlnavigatorbutton.cpp | 36 | kurlnavigatorbutton.cpp | ||
| 36 | kurlnavigatorplacesselector.cpp | 37 | kurlnavigatorplacesselector.cpp | ||
| 37 | kurlnavigatorprotocolcombo.cpp | 38 | kurlnavigatorprotocolcombo.cpp | ||
| 38 | kurlnavigatortogglebutton.cpp | 39 | kurlnavigatortogglebutton.cpp | ||
| 39 | kurlnavigator.cpp | 40 | kurlnavigator.cpp | ||
| 40 | kurlnavigatormenu.cpp | 41 | kurlnavigatormenu.cpp | ||
| 41 | kurlnavigatorpathselectoreventfilter.cpp | 42 | kurlnavigatorpathselectoreventfilter.cpp | ||
| 42 | | ||||
| 43 | | ||||
| 44 | ) | 43 | ) | ||
| 45 | 44 | | |||
| 46 | qt5_add_resources(kiofilewidgets_SRCS ../new_file_templates/templates.qrc) | 45 | qt5_add_resources(kiofilewidgets_SRCS ../new_file_templates/templates.qrc) | ||
| 47 | 46 | | |||
| 48 | add_library(KF5KIOFileWidgets ${kiofilewidgets_SRCS}) | 47 | add_library(KF5KIOFileWidgets ${kiofilewidgets_SRCS}) | ||
| 49 | generate_export_header(KF5KIOFileWidgets BASE_NAME KIOFileWidgets) | 48 | generate_export_header(KF5KIOFileWidgets BASE_NAME KIOFileWidgets) | ||
| 50 | add_library(KF5::KIOFileWidgets ALIAS KF5KIOFileWidgets) | 49 | add_library(KF5::KIOFileWidgets ALIAS KF5KIOFileWidgets) | ||
| 51 | 50 | | |||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||