diff options
author | Ken Moore <ken@ixsystems.com> | 2019-07-12 07:41:38 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-07-12 07:41:38 -0400 |
commit | d3654eb6a83d7f8aad5530ba10816a245c9f55b3 (patch) | |
tree | 6667f2cf879c9ceac1831d40ea8f1d73c15ac1ed | |
parent | Fix up the pkg-plist for lumina-textedit. (diff) | |
download | lumina-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.md | 3 |
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/* - |