From d3654eb6a83d7f8aad5530ba10816a245c9f55b3 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 12 Jul 2019 07:41:38 -0400 Subject: Bump minimum Qt version needed for lumina-photo (5.9+) --- src-qt5/desktop-utils/lumina-photo/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-qt5/desktop-utils/lumina-photo/README.md b/src-qt5/desktop-utils/lumina-photo/README.md index 18648119..e17b72db 100644 --- a/src-qt5/desktop-utils/lumina-photo/README.md +++ b/src-qt5/desktop-utils/lumina-photo/README.md @@ -4,7 +4,7 @@ This is an image viewer. ### Library Dependencies -1. Qt 5.7+ (specific modules listed below) +1. Qt 5.9+ (specific modules listed below) * concurrent * core * gui @@ -23,4 +23,3 @@ This is an image viewer. * Example : `lumina-photo ./test1.png ./test2.svg ./test3.jpg` * Wildcards are allowed to open multiple files in any path * Example : `lumina-photo ./testdir/* - -- cgit