diff options
| author | Elvis Angelaccio <[email protected]> | 2018-02-04 11:38:50 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-02-04 11:38:50 +0100 |
| commit | ecbab34510f6f925ec4b03e02d24b1ceff4d2744 (patch) | |
| tree | f6fdd4665343fe71924f141e7cf24544008be337 /src/CMakeLists.txt | |
| parent | 219e40cff8e91e6cf23f9aec5d1dc2f9d7e45577 (diff) | |
Fix all krazy #include warnings
- "include own header first line"
- "put config.h in angle brackets line"
- "do not include QtModule/QtClass line"
`QElapsedTimer` was implicitly included by
kfileitemmodelsortalgorithm.h, now we need to explicitly include it in
kfileitemmodel.cpp.
We also need to explicitly link to `Qt5::Concurrent`, otherwise we
cannot `#include <QtConcurrentRun>`.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e1b63358d..9a8302ff1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -137,6 +137,7 @@ generate_export_header(dolphinprivate BASE_NAME dolphin) target_link_libraries( dolphinprivate PUBLIC dolphinvcs + Qt5::Concurrent Qt5::Gui KF5::Crash KF5::I18n |
