diff options
| author | Spencer Brown <[email protected]> | 2016-12-03 15:58:39 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2016-12-03 15:58:39 +0100 |
| commit | 73a6bf4e10dc5d49b5752a9bd23fc332075da244 (patch) | |
| tree | 35b61e5f2358a6fd79e2ab602e0d1d91d24c5659 /CMakeLists.txt | |
| parent | b6e76f006d0d40e8475e8129fc56a509f963a7c1 (diff) | |
Fix 5 clazy warnings
This bumps the minimum Qt version to 5.5 (because of Q_ENUM usage).
REVIEW: 129604
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 2d5c1c045..814c00ff2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (KDE_APPLICATIONS_VERSION_MINOR "03") set (KDE_APPLICATIONS_VERSION_MICRO "70") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") -set(QT_MIN_VERSION "5.4.0") +set(QT_MIN_VERSION "5.5.0") set(KF5_MIN_VERSION "5.21.0") set(ECM_MIN_VERSION "1.6.0") |
