diff options
| author | Nate Graham <[email protected]> | 2021-12-31 10:36:31 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-12-31 10:38:19 -0700 |
| commit | 28ecfd5a34eebefa9944840bbf83b4911f59c004 (patch) | |
| tree | 96701aefc4bcb5f78742f396044d888d737bd73a /CMakeLists.txt | |
| parent | c40fe3b88602441e06e8b8fbbcdfa95c27261b01 (diff) | |
Improve sudo/kdesu error message
Now that you can get elevated privileges while using the app, we can
display a more useful and descriptive error message when people try to
run Dolphin using `sudo` or `kdesu`.
Also bump the frameworks dependency to 5.90 since that's the KIO
version that includes this change, so we can be sure that the message is
always accurate.
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 92b311bfc..6ab68cc93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.89.0") +set(KF5_MIN_VERSION "5.90.0") # ECM setup find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) |
