Skip to content
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

Qt 6 Building Porting #1770

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

Qt 6 Building Porting #1770

wants to merge 45 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.

Chiitoo added 30 commits July 4, 2024 01:07
@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
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