diff options
| author | Laurent Montel <[email protected]> | 2019-09-14 09:41:37 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2019-09-14 09:41:37 +0200 |
| commit | abbb98f57b67063dda973817985aefac6ee35409 (patch) | |
| tree | f44661db1c2f390023f546453e7b3f4dff02cafe | |
| parent | da83e8cbdb0354f359bdf08d610693665989c9f1 (diff) | |
We depend against 5.61 which depends against qt 5.11
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 91ce0dfa0..aa11528a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set (KDE_APPLICATIONS_VERSION_MICRO "70") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") project(Dolphin VERSION ${KDE_APPLICATIONS_VERSION}) -set(QT_MIN_VERSION "5.8.0") +set(QT_MIN_VERSION "5.11.0") set(KF5_MIN_VERSION "5.61.0") # ECM setup |
