diff options
| author | Ahmad Samir <[email protected]> | 2020-09-14 16:01:47 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-09-20 21:29:23 +0000 |
| commit | 9b83378c087a87cef537ba751b7713aff8bed84c (patch) | |
| tree | faeb65576e074f130611bc435f7ef04206d2831f /CMakeLists.txt | |
| parent | d0c71a1435bc9d67475c5525c3641bd4a13c61f0 (diff) | |
Check protocol Class before creating a StatJob
StatJob::mostLocalUrl only works with ":local" protocols, adjust the code
accordingly.
Make the code async.
Remove activeContainerLocalPath() method as it isn't needed anymore.
Drive-by change: minimum required version of Qt should be 5.12 because
that's what KF >= 5.73 already requires.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5aaa9a7e7..5c1a08843 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) -set(QT_MIN_VERSION "5.11.0") +set(QT_MIN_VERSION "5.12.0") set(KF5_MIN_VERSION "5.73.0") # ECM setup |
