aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2019-07-12 07:41:38 -0400
committerKen Moore <ken@ixsystems.com>2019-07-12 07:41:38 -0400
commitd3654eb6a83d7f8aad5530ba10816a245c9f55b3 (patch)
tree6667f2cf879c9ceac1831d40ea8f1d73c15ac1ed
parentFix up the pkg-plist for lumina-textedit. (diff)
downloadlumina-d3654eb6a83d7f8aad5530ba10816a245c9f55b3.tar.gz
lumina-d3654eb6a83d7f8aad5530ba10816a245c9f55b3.tar.bz2
lumina-d3654eb6a83d7f8aad5530ba10816a245c9f55b3.zip
Bump minimum Qt version needed for lumina-photo (5.9+)
-rw-r--r--src-qt5/desktop-utils/lumina-photo/README.md3
1 files changed, 1 insertions, 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/*
-
bgstack15