Merged
Conversation
0b2c094 to
78cb5fc
Compare
44cbeb6 to
4cc7a05
Compare
|
As described above, I was also getting libicui18n.so.70: cannot open shared object .... |
9237632 to
0c6023e
Compare
Contributor
|
I tested this on windows, and with the given rev1 pack, I didn't encounter any issues in the following
|
83a1d07 to
f36002f
Compare
| "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" --add Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64 --add Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL --add Microsoft.VisualStudio.Component.VC.14.29.16.11.CLI.Support --quiet --norestart | ||
|
|
||
| - name: Update msbuild path | ||
| if: runner.os == 'Windows' |
Contributor
Author
There was a problem hiding this comment.
Required as QT6 needs at least vs2022, not 2019
Contributor
There was a problem hiding this comment.
Good to know. We'll be updating requirements for VS2022
b3b8802 to
e0967d2
Compare
e0f4c58 to
d7dcb87
Compare
d7dcb87 to
a962b0f
Compare
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
a962b0f to
e7fceae
Compare
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com> Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Co-authored-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
spham-amzn
approved these changes
Feb 8, 2026
Add xcb support Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
amzn-changml
approved these changes
Feb 13, 2026
Contributor
amzn-changml
left a comment
There was a problem hiding this comment.
Promotion run here: https://github.com/o3de/3p-package-source/actions/runs/21995542491
O3DE PR here: o3de/o3de#19565
| "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" --add Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64 --add Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL --add Microsoft.VisualStudio.Component.VC.14.29.16.11.CLI.Support --quiet --norestart | ||
|
|
||
| - name: Update msbuild path | ||
| if: runner.os == 'Windows' |
Contributor
There was a problem hiding this comment.
Good to know. We'll be updating requirements for VS2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Upgrade the QT library version to QT6.10.2. This works in conjonction with the O3DE Qt6 branch.
What changes from vanilla QT ?
Nothing, we are using vanilla QT. In the process, we are nuking the custom changes listed below which were previously used.
- New ManualStyleSheet flag
- Styling rendering optimization
- Advanced layouting for tooltips
- MacOS ssl changes
- Tree view expand behavior changes
How to test ?
Prerequisites are the same as building o3de from source. It is also recommended to delete your previous build folder to prevent symbols mismatch.
You will likely want to build the editor with a target project, you can use the
LY_PROJECTSflag in cmake configure to point to one of your o3de project.On Windows
qt-6.10.2-rev1-windows.tar.xzinC:\Users\YOUR_USER_NAME\.o3de\3rdParty\downloaded_packagesEditortargetqt-6.10.2-rev1-windows.tar.xz.SHA256SUMSOn Linux
You must have
libicu70(can be downloaded from https://pkgs.org/search/?q=libicu70).qt-6.10.2-rev1-linux.tar.xzinYOUR_USER_NAME/.o3de/3rdParty/downloaded_packagesEditortargetqt-6.10.1-rev2-linux.tar.xz.SHA256SUMS** For Wayland **
If you want to make wayland work, these files will be of interest :
YOUR_USER_NAME/.o3de/3rdParty/packages/qt-6.8.3-rev2-linux/FindQt.cmakeand thePlatformfolderCode\Editor\Platform\Linux\Editor\Core\QtEditorApplication_linux.cpp