Skip to content

Commit d685348

Browse files
committed
Update Qt to 6.9.1
- Updates Qt to 6.9.1
1 parent d15b7a9 commit d685348

File tree

7 files changed

+16
-143
lines changed

7 files changed

+16
-143
lines changed

.ci/build-mac-arm64.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ ! -d "/tmp/Qt/$QT_VER" ]; then
3232
git clone https://github.com/engnr/qt-downloader.git
3333
cd qt-downloader
3434
git checkout f52efee0f18668c6d6de2dec0234b8c4bc54c597
35-
# nested Qt 6.9.0 URL workaround
35+
# nested Qt 6.9.1 URL workaround
3636
# sed -i '' "s/'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/'qt{0}_{0}{1}{2}'.format(major, minor, patch), 'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/g" qt-downloader
3737
# sed -i '' "s/'{}\/{}\/qt{}_{}\/'/'{0}\/{1}\/qt{2}_{3}\/qt{2}_{3}\/'/g" qt-downloader
3838
# archived Qt 6.7.3 URL workaround
@@ -41,7 +41,7 @@ if [ ! -d "/tmp/Qt/$QT_VER" ]; then
4141
arch -arm64 "$BREW_PATH/bin/pipenv" run pip3 uninstall py7zr requests semantic_version lxml
4242
arch -arm64 "$BREW_PATH/bin/pipenv" run pip3 install py7zr requests semantic_version lxml --no-cache
4343
mkdir -p "$QT_VER/macos" ; ln -s "macos" "$QT_VER/clang_64"
44-
# sed -i '' 's/args\.version \/ derive_toolchain_dir(args) \/ //g' "$WORKDIR/qt-downloader/qt-downloader" # Qt 6.9.0 workaround
44+
# sed -i '' 's/args\.version \/ derive_toolchain_dir(args) \/ //g' "$WORKDIR/qt-downloader/qt-downloader" # Qt 6.9.1 workaround
4545
arch -arm64 "$BREW_PATH/bin/pipenv" run "$WORKDIR/qt-downloader/qt-downloader" macos desktop "$QT_VER" clang_64 --opensource --addons qtmultimedia qtimageformats # -o "$QT_VER/clang_64"
4646
fi
4747

.ci/build-mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ if [ ! -d "/tmp/Qt/$QT_VER" ]; then
3636
git clone https://github.com/engnr/qt-downloader.git
3737
cd qt-downloader
3838
git checkout f52efee0f18668c6d6de2dec0234b8c4bc54c597
39-
# nested Qt 6.9.0 URL workaround
39+
# nested Qt 6.9.1 URL workaround
4040
# sed -i '' "s/'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/'qt{0}_{0}{1}{2}'.format(major, minor, patch), 'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/g" qt-downloader
4141
# sed -i '' "s/'{}\/{}\/qt{}_{}\/'/'{0}\/{1}\/qt{2}_{3}\/qt{2}_{3}\/'/g" qt-downloader
4242
# archived Qt 6.7.3 URL workaround
4343
sed -i '' "s/official_releases/archive/g" qt-downloader
4444
cd "/tmp/Qt"
4545
arch -x86_64 "$BREW_X64_PATH/bin/pipenv" --python "$BREW_X64_PATH/bin/python3" run pip3 install py7zr requests semantic_version lxml
4646
mkdir -p "$QT_VER/macos" ; ln -s "macos" "$QT_VER/clang_64"
47-
# sed -i '' 's/args\.version \/ derive_toolchain_dir(args) \/ //g' "$WORKDIR/qt-downloader/qt-downloader" # Qt 6.9.0 workaround
47+
# sed -i '' 's/args\.version \/ derive_toolchain_dir(args) \/ //g' "$WORKDIR/qt-downloader/qt-downloader" # Qt 6.9.1 workaround
4848
arch -x86_64 "$BREW_X64_PATH/bin/pipenv" --python "$BREW_X64_PATH/bin/python3" run "$WORKDIR/qt-downloader/qt-downloader" macos desktop "$QT_VER" clang_64 --opensource --addons qtmultimedia qtimageformats # -o "$QT_VER/clang_64"
4949
fi
5050

.cirrus.yml

Lines changed: 1 addition & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -7,99 +7,8 @@ env:
77
BUILD_SOURCEBRANCHNAME: $CIRRUS_BRANCH
88
RPCS3_TOKEN: ENCRYPTED[100ebb8e3552bf2021d0ef55dccda3e58d27be5b6cab0b0b92843ef490195d3c4edaefa087e4a3b425caa6392300b9b1]
99
QT_VER_MAIN: '6'
10-
QT_VER: '6.9.0'
10+
QT_VER: '6.9.1'
1111
LLVM_COMPILER_VER: '19'
12-
LLVM_VER: '19.1.7'
13-
14-
# windows_task:
15-
# matrix:
16-
# - name: Cirrus Windows
17-
# windows_container:
18-
# image: cirrusci/windowsservercore:visualstudio2019
19-
# cpu: 8
20-
# memory: 16G
21-
# env:
22-
# CIRRUS_SHELL: "bash"
23-
# COMPILER: msvc
24-
# BUILD_ARTIFACTSTAGINGDIRECTORY: ${CIRRUS_WORKING_DIR}\artifacts\
25-
# QT_VER_MSVC: 'msvc2022'
26-
# QT_DATE: '202503301022'
27-
# QTDIR: C:\Qt\${QT_VER}\${QT_VER_MSVC}_64
28-
# VULKAN_VER: '1.3.268.0'
29-
# VULKAN_SDK_SHA: '8459ef49bd06b697115ddd3d97c9aec729e849cd775f5be70897718a9b3b9db5'
30-
# VULKAN_SDK: C:\VulkanSDK\${VULKAN_VER}
31-
# CACHE_DIR: "./cache"
32-
# UPLOAD_COMMIT_HASH: 7d09e3be30805911226241afbb14f8cdc2eb054e
33-
# UPLOAD_REPO_FULL_NAME: "rpcs3/rpcs3-binaries-win"
34-
# deps_cache:
35-
# folder: "./cache"
36-
# #obj_cache:
37-
# # folder: "./tmp"
38-
# #obj2_cache:
39-
# # folder: "./rpcs3/x64"
40-
# setup_script:
41-
# - './.ci/get_keys-windows.sh'
42-
# - './.ci/setup-windows.sh'
43-
# rpcs3_script:
44-
# - export PATH=${PATH}:"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
45-
# - msbuild.exe rpcs3.sln //p:Configuration=Release //m
46-
# deploy_script:
47-
# - mkdir artifacts
48-
# - source './.ci/export-cirrus-vars.sh'
49-
# - './.ci/deploy-windows.sh'
50-
# artifacts:
51-
# name: Artifact
52-
# path: "*.7z*"
53-
# push_script: |
54-
# if [ "$CIRRUS_REPO_OWNER" = "RPCS3" ] && [ -z "$CIRRUS_PR" ] && [ "$CIRRUS_BRANCH" = "master" ]; then
55-
# source './.ci/export-cirrus-vars.sh'
56-
# './.ci/github-upload.sh'
57-
# fi;
58-
59-
# linux_task:
60-
# container:
61-
# image: rpcs3/rpcs3-ci-jammy:1.6
62-
# cpu: 4
63-
# memory: 16G
64-
# env:
65-
# BUILD_ARTIFACTSTAGINGDIRECTORY: ${CIRRUS_WORKING_DIR}/artifacts
66-
# ARTDIR: ${CIRRUS_WORKING_DIR}/artifacts/
67-
# CCACHE_DIR: "/tmp/ccache_dir"
68-
# CCACHE_MAXSIZE: 300M
69-
# CI_HAS_ARTIFACTS: true
70-
# UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
71-
# UPLOAD_REPO_FULL_NAME: "rpcs3/rpcs3-binaries-linux"
72-
# DEPLOY_APPIMAGE: true
73-
# APPDIR: "./appdir"
74-
# RELEASE_MESSAGE: "../GitHubReleaseMessage.txt"
75-
# ccache_cache:
76-
# folder: "/tmp/ccache_dir"
77-
# matrix:
78-
# - name: Cirrus Linux GCC
79-
# env:
80-
# COMPILER: gcc
81-
# gcc_script:
82-
# - mkdir artifacts
83-
# - ".ci/build-linux.sh"
84-
# - name: Cirrus Linux Clang
85-
# env:
86-
# COMPILER: clang
87-
# clang_script:
88-
# - mkdir artifacts
89-
# - ".ci/build-linux.sh"
90-
# artifacts:
91-
# name: Artifact
92-
# path: "artifacts/*"
93-
# push_script: |
94-
# if [ "$CIRRUS_REPO_OWNER" = "RPCS3" ] && [ -z "$CIRRUS_PR" ] && [ "$CIRRUS_BRANCH" = "master" ] && [ "$COMPILER" = "gcc" ]; then
95-
# COMM_TAG=$(awk '/version{.*}/ { printf("%d.%d.%d", $5, $6, $7) }' ./rpcs3/rpcs3_version.cpp)
96-
# COMM_COUNT=$(git rev-list --count HEAD)
97-
# COMM_HASH=$(git rev-parse --short=8 HEAD)
98-
99-
# export AVVER="${COMM_TAG}-${COMM_COUNT}"
100-
101-
# .ci/github-upload.sh
102-
# fi;
10312

10413
freebsd_task:
10514
matrix:
@@ -115,39 +24,3 @@ freebsd_task:
11524
folder: /tmp/ccache_dir
11625
install_script: "sh -ex ./.ci/install-freebsd.sh"
11726
script: "./.ci/build-freebsd.sh"
118-
119-
# linux_aarch64_task:
120-
# env:
121-
# BUILD_ARTIFACTSTAGINGDIRECTORY: ${CIRRUS_WORKING_DIR}/artifacts
122-
# ARTDIR: ${CIRRUS_WORKING_DIR}/artifacts/
123-
# CCACHE_DIR: "/tmp/ccache_dir"
124-
# CCACHE_MAXSIZE: 300M
125-
# CI_HAS_ARTIFACTS: true
126-
# UPLOAD_COMMIT_HASH: a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1
127-
# UPLOAD_REPO_FULL_NAME: "rpcs3/rpcs3-binaries-linux-arm64"
128-
# DEPLOY_APPIMAGE: true
129-
# APPDIR: "./appdir"
130-
# RELEASE_MESSAGE: "../GitHubReleaseMessage.txt"
131-
# COMPILER: clang
132-
# ccache_cache:
133-
# folder: "/tmp/ccache_dir"
134-
# matrix:
135-
# - name: Cirrus Linux AArch64 Clang
136-
# arm_container:
137-
# image: 'docker.io/rpcs3/rpcs3-ci-jammy-aarch64:1.6'
138-
# cpu: 8
139-
# memory: 8G
140-
# clang_script:
141-
# - mkdir artifacts
142-
# - "sh -ex ./.ci/build-linux-aarch64.sh"
143-
# artifacts:
144-
# name: Artifact
145-
# path: "artifacts/*"
146-
# push_script: |
147-
# if [ "$CIRRUS_REPO_OWNER" = "RPCS3" ] && [ -z "$CIRRUS_PR" ] && [ "$CIRRUS_BRANCH" = "master" ]; then
148-
# COMM_TAG=$(awk '/version{.*}/ { printf("%d.%d.%d", $5, $6, $7) }' ./rpcs3/rpcs3_version.cpp)
149-
# COMM_COUNT=$(git rev-list --count HEAD)
150-
# COMM_HASH=$(git rev-parse --short=8 HEAD)
151-
# export AVVER="${COMM_TAG}-${COMM_COUNT}"
152-
# .ci/github-upload.sh
153-
# fi;

.github/workflows/rpcs3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ jobs:
209209
env:
210210
COMPILER: msvc
211211
QT_VER_MAIN: '6'
212-
QT_VER: '6.9.0'
212+
QT_VER: '6.9.1'
213213
QT_VER_MSVC: 'msvc2022'
214-
QT_DATE: '202503301022'
214+
QT_DATE: '202505291653'
215215
LLVM_VER: '19.1.7'
216216
VULKAN_VER: '1.3.268.0'
217217
VULKAN_SDK_SHA: '8459ef49bd06b697115ddd3d97c9aec729e849cd775f5be70897718a9b3b9db5'

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ The following tools are required to build RPCS3 on Windows 10 or later:
1919
with standalone **CMake** tool.
2020

2121
- [Python 3.6+](https://www.python.org/downloads/) (add to PATH)
22-
- [Qt 6.9.0](https://www.qt.io/download-qt-installer) In case you can't download from the official installer, you can use [Another Qt installer](https://github.com/miurahr/aqtinstall) (In that case you will need to manually add the "qtmultimedia" module when installing Qt)
22+
- [Qt 6.9.1](https://www.qt.io/download-qt-installer) In case you can't download from the official installer, you can use [Another Qt installer](https://github.com/miurahr/aqtinstall) (In that case you will need to manually add the "qtmultimedia" module when installing Qt)
2323
- [Vulkan SDK 1.3.268.0](https://vulkan.lunarg.com/sdk/home) (see "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html)) for now future SDKs don't work. You need precisely 1.3.268.0.
2424

2525
The `sln` solution available only on **Visual Studio** is the preferred building solution. It easily allows to build the **RPCS3** application in `Release` and `Debug` mode.
2626

2727
In order to build **RPCS3** with the `sln` solution (with **Visual Studio**), **Qt** libs need to be detected. To detect the libs:
28-
- add and set the `QTDIR` environment variable, e.g. `<QtInstallFolder>\6.9.0\msvc2022_64\`
28+
- add and set the `QTDIR` environment variable, e.g. `<QtInstallFolder>\6.9.1\msvc2022_64\`
2929
- or use the [Visual Studio Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022)
3030

3131
**NOTE:** If you have issues with the **Visual Studio Qt Plugin**, you may want to uninstall it and install the [Legacy Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.LEGACYQtVisualStudioTools2022) instead.
3232

3333
In order to build **RPCS3** with the `CMake` solution (with both **Visual Studio** and standalone **CMake** tool):
34-
- add and set the `Qt6_ROOT` environment variable to the **Qt** libs path, e.g. `<QtInstallFolder>\6.9.0\msvc2022_64\`
34+
- add and set the `Qt6_ROOT` environment variable to the **Qt** libs path, e.g. `<QtInstallFolder>\6.9.1\msvc2022_64\`
3535

3636
### Linux
3737

3838
These are the essentials tools to build RPCS3 on Linux. Some of them can be installed through your favorite package manager:
3939
- Clang 17+ or GCC 13+
4040
- [CMake 3.28.0+](https://www.cmake.org/download/)
41-
- [Qt 6.9.0](https://www.qt.io/download-qt-installer)
41+
- [Qt 6.9.1](https://www.qt.io/download-qt-installer)
4242
- [Vulkan SDK 1.3.268.0](https://vulkan.lunarg.com/sdk/home) (See "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html)) for now future SDKs don't work. You need precisely 1.3.268.0.
4343
- [SDL3](https://github.com/libsdl-org/SDL/releases) (for the FAudio backend)
4444

@@ -121,7 +121,7 @@ Start **Visual Studio**, click on `Open a project or solution` and select the `r
121121
##### Configuring the Qt Plugin (if used)
122122

123123
1) go to `Extensions->Qt VS Tools->Qt Versions`
124-
2) add the path to your Qt installation with compiler e.g. `<QtInstallFolder>\6.9.0\msvc2022_64`, version will fill in automatically
124+
2) add the path to your Qt installation with compiler e.g. `<QtInstallFolder>\6.9.1\msvc2022_64`, version will fill in automatically
125125
3) go to `Extensions->Qt VS Tools->Options->Legacy Project Format`. (Only available in the **Legacy Qt Plugin**)
126126
4) set `Build: Run pre-build setup` to `true`. (Only available in the **Legacy Qt Plugin**)
127127

rpcs3/rpcs3.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</ResourceCompile>
111111
<PostBuildEvent>
112112
<Command>
113-
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
113+
$(QTDIR)\bin\windeployqt6 --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
114114
xcopy /y /d "$(SolutionDir)3rdparty\opencv\opencv\opencv410\build\x64\bin\opencv_world4100.dll" "$(OutDir)"
115115
</Command>
116116
</PostBuildEvent>
@@ -169,7 +169,7 @@
169169
</ResourceCompile>
170170
<PostBuildEvent>
171171
<Command>
172-
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --debug "$(TargetPath)"
172+
$(QTDIR)\bin\windeployqt6 --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --debug "$(TargetPath)"
173173
xcopy /y /d "$(SolutionDir)3rdparty\opencv\opencv\opencv410\build\x64\bin\opencv_world4100.dll" "$(OutDir)"
174174
</Command>
175175
</PostBuildEvent>

rpcs3/tests/rpcs3_test.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</Link>
5656
<PostBuildEvent>
5757
<Command>
58-
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
58+
$(QTDIR)\bin\windeployqt6 --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
5959
xcopy /y /d "$(SolutionDir)3rdparty\opencv\opencv\opencv410\build\x64\bin\opencv_world4100.dll" "$(OutDir)"
6060
</Command>
6161
</PostBuildEvent>
@@ -77,7 +77,7 @@
7777
</Link>
7878
<PostBuildEvent>
7979
<Command>
80-
$(QTDIR)\bin\windeployqt --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
80+
$(QTDIR)\bin\windeployqt6 --no-compiler-runtime --no-opengl-sw --no-patchqt --no-translations --no-quick --no-system-d3d-compiler --no-system-dxc-compiler --no-ffmpeg --no-quick-import --plugindir "$(TargetDir)qt6\plugins" --release "$(TargetPath)"
8181
xcopy /y /d "$(SolutionDir)3rdparty\opencv\opencv\opencv410\build\x64\bin\opencv_world4100.dll" "$(OutDir)"
8282
</Command>
8383
</PostBuildEvent>

0 commit comments

Comments
 (0)