fix!: upgrade to Qt 5.14

The basic QR parsing accidentally introduced a dependency on Qt 5.14 minimum.
master
Johan Ouwerkerk 2020-11-03 18:52:33 +01:00
parent bc91de7e5b
commit 4dc11df193
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.10)
project(keysmith)
set(KF5_MIN_VERSION "5.62.0")
set(QT_MIN_VERSION "5.12.0")
set(QT_MIN_VERSION "5.14.0")
set(SODIUM_MIN_VERSION "1.0.16")
################# Disallow in-source build #################

View File

@ -1,7 +1,7 @@
{
"id": "org.kde.keysmith",
"runtime": "org.kde.Platform",
"runtime-version": "5.12",
"runtime-version": "5.14",
"sdk": "org.kde.Sdk",
"command": "keysmith",
"tags": ["nightly"],