Skip to content

Qt 6 Building Porting #1770

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

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Qt 6 Building Porting #1770

wants to merge 15 commits into from

Conversation

Chiitoo
Copy link
Contributor

@Chiitoo Chiitoo commented Jul 3, 2024

Builds and runs (no crashes so far!) with spell checking disabled, on Gentoo Linux with Qt 6.7.2.

Bunches to do still:

  • Clean up CMakeLists once decided if Qt 5 will be supported via the same codebase.
  • Some bits have been commented out, requiring more figuring out.

@Emdek
Copy link
Member

Emdek commented Jul 5, 2024

@Chiitoo, these changes for the QtWebEngine seem to be the biggest, but not as big as expected.
The most annoying thing seem to be that codec change for the streams.

Chiitoo added a commit to Chiitoo/otter-browser that referenced this pull request Aug 7, 2024
Required for Qt 6, where 'midRef' has been removed from QString, and
'mid' can already be used with Qt 5.

Picked from: OtterBrowser#1770
Chiitoo added a commit to Chiitoo/otter-browser that referenced this pull request Aug 7, 2024
Required for Qt 6, and 'fromTime_t' has become obsolete already
during Qt 5 times.

- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=8c8eae279d5

Picked from: OtterBrowser#1770
Emdek pushed a commit that referenced this pull request Aug 7, 2024
Required for Qt 6, where 'midRef' has been removed from QString, and
'mid' can already be used with Qt 5.

Picked from: #1770
Emdek pushed a commit that referenced this pull request Aug 7, 2024
Required for Qt 6, and 'fromTime_t' has become obsolete already
during Qt 5 times.

- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=8c8eae279d5

Picked from: #1770
@Chiitoo
Copy link
Contributor Author

Chiitoo commented Feb 3, 2025

Did a quick'ish rebase so that this builds again with Qt 6 (with no spellcheck), and some additional tweaks such as 'ifdef' additions but... mistakingly aborted the rebase with them so those did not get in this time around.

@Chiitoo Chiitoo force-pushed the qt6 branch 3 times, most recently from ce296d0 to 48028c0 Compare March 6, 2025 15:59
@Chiitoo Chiitoo force-pushed the qt6 branch 2 times, most recently from d524a7a to 62607da Compare April 6, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants