-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Qt 6 #461
Merged
Upgrade to Qt 6 #461
Changes from 41 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
cd8c862
Initial shot at upgrade to Qt 6
macumber b7727ee
Update QtWinMigrate from https://github.com/ChaosInitiative/QtWinMigr…
macumber b509441
Upgrade QtWinMigrate from https://github.com/ChaosInitiative/QtWinMig…
macumber 81cfa80
Little bit more progress
macumber 349e860
Use Core5Compat for now
macumber 2dbef4a
ModelEditor is compiling
macumber 37ad870
That's enough for tonight
macumber c8b1909
Almost compiling
macumber 25f15b5
Down to a link error
macumber 7f4dd06
Links, fails to start because no platform plugin
macumber b5f17de
Can run the App on windows
macumber 068e9d5
Working Windows installer
macumber 4a85c11
Pretty sure Core5Compat is not in 6.2.0 but 6.2.1 is available in the…
macumber 6e7a461
Try this
macumber 0dffbff
Change order
macumber 2a3a0be
Tweak modules line
macumber 068fe52
Add webchannel
macumber 0f644da
Add positioning
macumber eb3b0ad
Fix test
macumber 5684fbe
Adjustments for mac and linux
macumber 7301e16
Try to fix missing targets in Qt 6.2.1 on Unix (eg: Qt6::QXcbIntegrat…
jmarrec 2b08312
Now that Ubuntu doesn't use FixupBundle, we need to explicitly instal…
jmarrec 8f8eecd
Update AboutBox with new qt version
jmarrec fe09b44
Fix the fixup_bundle stuff
jmarrec 9e7b56f
Changes for m1 mac
jmarrec 5dce71a
Try to isntall more dependencies on Ubuntu
jmarrec f895a85
Try to install gcc9 on 18.04 which isn't supported for Qt 6.x
jmarrec 5faa91e
Merge pull request #473 from openstudiocoalition/develop
macumber dcdfef2
Update .github/workflows/app_build.yml
macumber 076d809
Merge remote-tracking branch 'origin/develop' into 438_qt_6
macumber b7eeb7f
fix formatting issue
macumber 4e38ca8
Merge remote-tracking branch 'origin/develop' into 438_qt_6
macumber 3cc18af
Merge pull request #492 from openstudiocoalition/develop
macumber 2faa616
Merge remote-tracking branch 'remotes/origin/master' into 438_qt_6
macumber 493da51
Try to build with Qt 6.2.3 and MFC for QWinMigrate
macumber 0f97a04
Update installer and CI script, remove define of QTWINMIGRATE_WITHMFC
macumber 1fcc811
Debug Mac CI
macumber 5a3e6b9
Try again for Mac
macumber 83b5cd9
Try again with Mac
macumber a0cf8d6
Try again mac
jmarrec dadca26
Update md5sum for the OS SDK for mac
jmarrec 4e51ac2
Update conan nrel remote, remove 18.04 from matrix
macumber 2f1a438
Fix Mac install paths for SketchUp
macumber 9eb7b99
Merge branch 'develop' into 438_qt_6
jmarrec 28ae4bd
Bump to Qt 6.2.4. Might bump to 6.3.0 in 4 days when it's supposed to…
jmarrec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qt 6.2.4 was released on march 18th. 250 bug fixes, binary compatibility. It's worth bumping IMHO.
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.2.4/release-note.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qt 6.3.0 is planned in 4 days (original: 16.03.2022 , updated: 12.04.2022)