QXlsx and Stellarium: Upgrade to Qt6 #57000
Open
+29
−9
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.
QXlsx: Upgraded to Qt6. Split package into regular and -devel packages. Added vlicense because the project uses MIT license and the license text was missing. The library is now built as a shared one.
Stellarium: Upgraded to Qt6, which causes a regression on i686 because it can no longer be compiled with Qt Webengine. It's possible to compile Stellarium without it, it will use the system's web browser instead. 32bit Arm support has been newly added. It uses the same workaround as i686.
I guess if you want maximum hardware compatibility, you could keep using Qt5 and only make qt5-webengine optional but I think it's redundant work.
Also note that this is a second attempt of this PR because I didn't set up my email address correctly on github the last time (#56838). Hopefully it's good now.
Testing the changes
Local build testing