Bump version to 6.10.1

Change-Id: Id41b521ddb214db785f5c4dff4d5b3621564de00
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Jani Heikkinen 2025-09-10 12:36:11 +01:00
parent 461b0df0b4
commit 8ff6cc68fe
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.10.1")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")

View File

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

View File

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

View File

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

View File

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