Bump version to 6.11.0

Change-Id: If24576debc2246a2a8c244a56c4a69e9a2f6b2e6
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
This commit is contained in:
Jani Heikkinen 2025-06-04 10:38:51 +01:00
parent 943f9ca3c5
commit ef2d29eba0
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
set(QT_REPO_MODULE_VERSION "6.10.0")
set(QT_REPO_MODULE_VERSION "6.11.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")

View File

@ -5,7 +5,7 @@ plugins {
QtBuild {
// Relative for Qt (Installer or MaintenanceTool) installations.
qtPath = file('../../../../../../../6.10.0')
qtPath = file('../../../../../../../6.11.0')
projectPath = file('../../qtabstractitemmodel')
}

View File

@ -7,7 +7,7 @@ plugins {
//! [build.gradle QtBuild config]
QtBuild {
// Relative for Qt (Installer or MaintenanceTool) installations.
qtPath = file("../../../../../../../6.10.0")
qtPath = file("../../../../../../../6.11.0")
projectPath = file("../../qtabstractlistmodel")
}
//! [build.gradle QtBuild config]

View File

@ -5,7 +5,7 @@ plugins {
QtBuild {
// Relative for Qt (Installer or MaintenanceTool) installations.
qtPath = file('../../../../../../6.10.0')
qtPath = file('../../../../../../6.11.0')
projectPath = file('../../qtquickview')
}

View File

@ -6,7 +6,7 @@ plugins {
QtBuild {
// Relative for Qt (Installer or MaintenanceTool) installations.
qtPath = file("../../../../../../6.10.0")
qtPath = file("../../../../../../6.11.0")
projectPath = file("../../qtquickview")
}