Permalink
Browse files
update requirements for qt 5.7, kf5 5.29
- Loading branch information...
Showing
with
3 additions
and
2 deletions.
-
+2
−2
CMakeLists.txt
-
+1
−0
README.md
|
|
@@ -8,8 +8,8 @@ set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org") |
|
|
set(WEBSITE "https://github.com/psifidotos/Latte-Dock")
|
|
|
set(BUG_ADDRESS "https://github.com/psifidotos/Latte-Dock/issues")
|
|
|
|
|
|
-set(QT_MIN_VERSION "5.6.0")
|
|
|
-set(KF5_MIN_VERSION "5.26.0")
|
|
|
+set(QT_MIN_VERSION "5.7.0")
|
|
|
+set(KF5_MIN_VERSION "5.29.0")
|
|
|
|
|
|
set(KF5_LOCALE_PREFIX "")
|
|
|
|
|
|
|
|
|
@@ -37,6 +37,7 @@ We recommend that you use at least **Plasma 5.8.0** |
|
|
KF5I18n >= 5.29.0
|
|
|
KF5Notifications >= 5.29.0
|
|
|
KF5Archive >= 5.29.0
|
|
|
+ KF5GlobalAccel >= 5.29.0
|
|
|
|
|
|
For X11 support:
|
|
|
KF5WindowSystem >= 5.29.0
|
|
|
|
0 comments on commit
6eacf3b