aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.pro')
-rw-r--r--qbs.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qbs.pro b/qbs.pro
index af6ba896a..43c668c98 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -23,9 +23,9 @@ defineTest(minQtVersion) {
return(false)
}
-!minQtVersion(5, 4, 0) {
+!minQtVersion(5, 6, 0) {
message("Cannot build qbs with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.4.0.")
+ error("Use at least Qt 5.6.0.")
}
TEMPLATE = subdirs