aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-04-02 09:52:48 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-04-02 10:50:42 +0000
commitbf6ecbb042f5a45b89ce227a827dc3e127e5ff35 (patch)
treeb331381615285dfdf96f8fba1556c4ed257fa577 /qbs
parentf64a9b50455e251ebe9db43f979e8af950dbc957 (diff)
Update minimum Qt for Qbs builds
Change-Id: I5920b5c1bcdd0f186c9de6c1bb690334a5193051 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcProduct.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/imports/QtcProduct.qbs b/qbs/imports/QtcProduct.qbs
index e54dc667f4..0af5c7e900 100644
--- a/qbs/imports/QtcProduct.qbs
+++ b/qbs/imports/QtcProduct.qbs
@@ -27,7 +27,7 @@ Product {
enableFallback: false
}
}
- Depends { name: "Qt.core"; versionAtLeast: "5.11.0" }
+ Depends { name: "Qt.core"; versionAtLeast: "5.12.0" }
// TODO: Should fall back to what came from Qt.core for Qt < 5.7, but we cannot express that
// atm. Conditionally pulling in a module that sets the property is also not possible,