Bump version to 6.10.0
Change-Id: I08b4527cc13f4fb88a2fc5d5c24163e3315e99c9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
This commit is contained in:
parent
79298b05a5
commit
496bf62b15
|
@ -1,4 +1,4 @@
|
||||||
set(QT_REPO_MODULE_VERSION "6.9.0")
|
set(QT_REPO_MODULE_VERSION "6.10.0")
|
||||||
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")
|
||||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
|
|
||||||
QtBuild {
|
QtBuild {
|
||||||
// Relative for Qt (Installer or MaintenanceTool) installations.
|
// Relative for Qt (Installer or MaintenanceTool) installations.
|
||||||
qtPath = file('../../../../../../../6.9.0')
|
qtPath = file('../../../../../../../6.10.0')
|
||||||
projectPath = file('../../qtabstractitemmodel')
|
projectPath = file('../../qtabstractitemmodel')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.9.0")
|
qtPath = file("../../../../../../../6.10.0")
|
||||||
projectPath = file("../../qtabstractlistmodel")
|
projectPath = file("../../qtabstractlistmodel")
|
||||||
}
|
}
|
||||||
//! [build.gradle QtBuild config]
|
//! [build.gradle QtBuild config]
|
||||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
|
|
||||||
QtBuild {
|
QtBuild {
|
||||||
// Relative for Qt (Installer or MaintenanceTool) installations.
|
// Relative for Qt (Installer or MaintenanceTool) installations.
|
||||||
qtPath = file('../../../../../../6.9.0')
|
qtPath = file('../../../../../../6.10.0')
|
||||||
projectPath = file('../../qtquickview')
|
projectPath = file('../../qtquickview')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
|
|
||||||
QtBuild {
|
QtBuild {
|
||||||
// Relative for Qt (Installer or MaintenanceTool) installations.
|
// Relative for Qt (Installer or MaintenanceTool) installations.
|
||||||
qtPath = file("../../../../../../6.9.0")
|
qtPath = file("../../../../../../6.10.0")
|
||||||
projectPath = file("../../qtquickview")
|
projectPath = file("../../qtquickview")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue