summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-14 11:03:46 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-17 10:20:32 +0000
commit33f2074272ceafa970541786e504bcf8223c8829 (patch)
tree89c52784fe73646d7da5262c5119ff51ced2958f /qbs
parent358146a3229f13d88677d3f73fa120a5ff85a0f7 (diff)
downloadqt-creator-33f2074272ceafa970541786e504bcf8223c8829.tar.gz
Bump requirement to Qt 5.15.2
Qt 5.15.2 includes API that makes transitioning to Qt 6 easier. We currently have workarounds for Qt 5.14 in place that we can remove when requiring 5.15.2, and we also can stop adding workarounds for new code. Change-Id: I920fdccc41d755a6ad39cb5161cd916999fee755 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Robert Löhning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
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 104181657b..85b334daf0 100644
--- a/qbs/imports/QtcProduct.qbs
+++ b/qbs/imports/QtcProduct.qbs
@@ -29,7 +29,7 @@ Product {
enableFallback: false
}
}
- Depends { name: "Qt.core"; versionAtLeast: "5.14.0" }
+ Depends { name: "Qt.core"; versionAtLeast: "5.15.2" }
Depends {
name: "Qt.core5compat"
condition: usesQt6