Require recent KF5 version

We require a recent-ish Kirigami version for the app
 # Please enter the commit message for your changes. Lines starting
This commit is contained in:
Nicolas Fella 2019-12-07 18:09:56 +01:00
parent 3f574a8488
commit fdda1cd0d6

View file

@ -7,7 +7,7 @@ if (SAILFISHOS)
set(QT_MIN_VERSION "5.6.0") set(QT_MIN_VERSION "5.6.0")
set(QCA_MIN_VERSION "2.0.0") set(QCA_MIN_VERSION "2.0.0")
else() else()
set(KF5_MIN_VERSION "5.48.0") set(KF5_MIN_VERSION "5.64.0")
set(QT_MIN_VERSION "5.10.0") set(QT_MIN_VERSION "5.10.0")
set(QCA_MIN_VERSION "2.1.0") set(QCA_MIN_VERSION "2.1.0")
endif() endif()