aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-04-26 09:38:22 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-04-26 07:54:54 +0000
commit18555b8e3f1fb3a87aea9ea3008127152e399d91 (patch)
tree0f71ebaede6005654b0d44ee0498c968cf36fa77 /qbs-resources
parentfe9e48d1d939a2bf98a110be5efccc55ebdcbd4f (diff)
Increase minimum required Qt version
We recently merged a patch that used Qt 5.10 functionality. Let's use this opportunity to increase the minimum required Qt version. We choose 5.11, since that is also Qt Creator's requirement. Change-Id: I729a7e840ab9cdafb8f9fba604e413cd4b822bed 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 1685a9d4e..b3a166e42 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.9.0"
+ property string minimumQtVersion: "5.11.0"
property bool install: true
property string targetInstallDir
cpp.defines: {