aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-15 15:49:14 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-03 14:15:22 +0000
commit5f3c5c3159bc24162413e5eaded296673e3537fc (patch)
tree79527b7935834e99670da90191d536dbe8aecb5b /qbs.pro
parent795ce9035864be122e70297a426c5249beaa9056 (diff)
Bump required Qt version
... and remove the workarounds that are no longer needed. Change-Id: Ie0ae19279633784f8cea3bdbe4a9eeaa308689aa Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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 c3fa48fac..eeafc9823 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -23,9 +23,9 @@ defineTest(minQtVersion) {
return(false)
}
-!minQtVersion(5, 6, 0) {
+!minQtVersion(5, 9, 0) {
message("Cannot build qbs with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.6.0.")
+ error("Use at least Qt 5.9.0.")
}
TEMPLATE = subdirs