aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
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-resources
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-resources')
-rw-r--r--qbs-resources/imports/QbsProduct.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsProduct.qbs b/qbs-resources/imports/QbsProduct.qbs
index 7425e1ea3..1685a9d4e 100644
--- a/qbs-resources/imports/QbsProduct.qbs
+++ b/qbs-resources/imports/QbsProduct.qbs
@@ -4,7 +4,7 @@ Product {
Depends { name: "qbsbuildconfig" }
Depends { name: "qbsversion" }
Depends { name: "Qt.core"; versionAtLeast: minimumQtVersion }
- property string minimumQtVersion: "5.6.0"
+ property string minimumQtVersion: "5.9.0"
property bool install: true
property string targetInstallDir
cpp.defines: {