aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/README.md
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-22 10:49:45 -0500
committerKen Moore <ken@ixsystems.com>2017-11-22 10:49:45 -0500
commitedd25bf35d0a9d54e72b294368fa3b2efa36e88d (patch)
tree0db522d81406f202562b12df0afb5d6cf739de52 /src-qt5/core/README.md
parentFix the TrueOS update detection flag location. (diff)
parentUpdate README.md (diff)
downloadlumina-edd25bf35d0a9d54e72b294368fa3b2efa36e88d.tar.gz
lumina-edd25bf35d0a9d54e72b294368fa3b2efa36e88d.tar.bz2
lumina-edd25bf35d0a9d54e72b294368fa3b2efa36e88d.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/README.md')
-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