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 4be68099b..3a716c7d3 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -24,9 +24,9 @@ defineTest(minQtVersion) {
return(false)
}
-!minQtVersion(5, 9, 0) {
+!minQtVersion(5, 11, 0) {
message("Cannot build qbs with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.9.0.")
+ error("Use at least Qt 5.11.0.")
}
TEMPLATE = subdirs