aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-01 11:47:18 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-09 08:34:46 +0000
commit5a64a0c5be9bd8716eafcba72946c229acd76a0f (patch)
treef48f84cbf46f0b876a4c3d038f8f969099024aea /qbs
parent2ddc75276212b7a8dccabbfede790023425afb3c (diff)
Require Qt 5.14 or later
This is required for proceeding with support for building Qt Creator with Qt 6. Change-Id: Ibf8a3eef6d6da943c5ee7f4a2239f45ee49b1093 Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: David Schulz <david.schulz@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 206b5c2ada..be3653ffe0 100644
--- a/qbs/imports/QtcProduct.qbs
+++ b/qbs/imports/QtcProduct.qbs
@@ -27,7 +27,7 @@ Product {
enableFallback: false
}
}
- Depends { name: "Qt.core"; versionAtLeast: "5.12.0" }
+ Depends { name: "Qt.core"; versionAtLeast: "5.14.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,