From 816c051f1d99a5399fc07cfa9f613e9d25fcda02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Lensb=C3=B8l?= Date: Fri, 12 Jun 2020 18:27:38 +0200 Subject: [PATCH] Update minimum Qt version The code uses QRandomGenerator which was not introduced until Qt 5.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f859f9f..3f0b8a29c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Windows **Dependencies** -* QtPass requires Qt 5.2 or later +* QtPass requires Qt 5.10 or later * The Linguist package is required to compile the translations. * For use of the fallback icons the SVG library is required.