aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-22 07:18:55 -0500
committerGitHub <noreply@github.com>2017-11-22 07:18:55 -0500
commit1648b9e726d4878cf904e343271ad7e6179b60ae (patch)
tree486bc116ad008f6d1a4f4048932b0ac5c9fed1f0 /src-qt5
parentQuick adjustment for the finding of icons. (diff)
downloadlumina-1648b9e726d4878cf904e343271ad7e6179b60ae.tar.gz
lumina-1648b9e726d4878cf904e343271ad7e6179b60ae.tar.bz2
lumina-1648b9e726d4878cf904e343271ad7e6179b60ae.zip
Update README.md
Quick fix of the minimum Qt version for lumina-core
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/README.md b/src-qt5/core/README.md
index 6ed23f78..83d8b0b5 100644
--- a/src-qt5/core/README.md
+++ b/src-qt5/core/README.md
@@ -17,7 +17,7 @@ Other Files that get installed if "core" is built directly:
### Library Dependencies
-1. Qt 5.2+ (specific modules listed below)
+1. Qt 5.4+ (specific modules listed below)
* concurrent
* core
* gui
bgstack15