diff options
author | Akseli Salovaara <akseli.salovaara@qt.io> | 2025-03-31 13:17:07 +0300 |
---|---|---|
committer | Akseli Salovaara <akseli.salovaara@qt.io> | 2025-03-31 13:30:09 +0300 |
commit | f41ccb9ac248b076d7bf0bde3a26064b132da916 (patch) | |
tree | 9f4fd205ecb317ab4fcb112e57365701122a82e4 | |
parent | ba9a637342f07d40d1e445fa1b751aeb9f22fb7a (diff) |
Change-Id: I16832de6aae92685abdf1203107c55582199b428
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r-- | coin/dependencies.yaml | 2 | ||||
-rw-r--r-- | sources/pyside6/.cmake.conf | 4 | ||||
-rw-r--r-- | sources/shiboken6/.cmake.conf | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml index 5a65a19f3..b17027b9f 100644 --- a/coin/dependencies.yaml +++ b/coin/dependencies.yaml @@ -1,6 +1,6 @@ product_dependency: ../../qt/qt5: - ref: "6.9" + ref: "3f15b58b95819aa5b6db9f5f623764dcb08282a1" dependency_source: supermodule dependencies: [ "../../qt/qt3d", diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf index 462fa7234..61f8d648d 100644 --- a/sources/pyside6/.cmake.conf +++ b/sources/pyside6/.cmake.conf @@ -1,5 +1,5 @@ set(pyside_MAJOR_VERSION "6") set(pyside_MINOR_VERSION "9") set(pyside_MICRO_VERSION "0") -set(pyside_PRE_RELEASE_VERSION_TYPE "a") -set(pyside_PRE_RELEASE_VERSION "1") +set(pyside_PRE_RELEASE_VERSION_TYPE "") +set(pyside_PRE_RELEASE_VERSION "") diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf index f0e1e6e44..a5e3766cc 100644 --- a/sources/shiboken6/.cmake.conf +++ b/sources/shiboken6/.cmake.conf @@ -1,5 +1,5 @@ set(shiboken_MAJOR_VERSION "6") set(shiboken_MINOR_VERSION "9") set(shiboken_MICRO_VERSION "0") -set(shiboken_PRE_RELEASE_VERSION_TYPE "a") -set(shiboken_PRE_RELEASE_VERSION "1") +set(shiboken_PRE_RELEASE_VERSION_TYPE "") +set(shiboken_PRE_RELEASE_VERSION "") |