Qt 6.4 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/gettingstarted.html Qt's requirements] *All open issues can be found from [https://bugreports.qt.io/issues/?...")
 
mNo edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/gettingstarted.html Qt's requirements]
*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/supported-platforms.html Qt's requirements]
*All open issues can be found from [https://bugreports.qt.io/issues/?filter=23977 Jira]  
*All open issues can be found from [https://bugreports.qt.io/issues/?filter=24436 Jira]  
**RTA findings [https://bugreports.qt.io/issues/?filter=23976 here]
**RTA findings [https://bugreports.qt.io/issues/?filter=24174 here]
*Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-93421 here]
*Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-102789 here]


==All platforms==
==All platforms==
* Configuring Qt with -no-gui fails, see ([https://bugreports.qt.io/browse/QTBUG-107007 QTBUG-107007])
* Module dependencies aren't installed automatically
** e.g. quicknanobrowser example won't work if all dependencies aren't installed properly ([https://bugreports.qt.io/browse/QTBUG-106802 QTBUG-106802])
*** Install webchannel & qtpositioning modules as well to solve the issue
* Copying text from QTextEdit to other applications does not handle line breaks well. This is a regression from Qt 6.3 ([https://bugreports.qt.io/browse/QTBUG-107004 QTBUG-107004])
==Linux==
==Linux==
Qt applications using QProcess crash when run in qemu ([https://bugreports.qt.io/browse/QTBUG-98951 QTBUG-98951]) or under valgrind ([https://bugreports.qt.io/browse/QTBUG-87230 QTBUG-87230]).
Qt applications using QProcess crash when run in qemu ([https://bugreports.qt.io/browse/QTBUG-98951 QTBUG-98951]) or under valgrind ([https://bugreports.qt.io/browse/QTBUG-87230 QTBUG-87230]).


* Workaround: configure Qt with <code>-no-feature-forkfd_pidfd</code>
*Workaround: configure Qt with <code>-no-feature-forkfd_pidfd</code>
 
==Wayland==
GNOME compositor(Mutter<42.6) crashes when opening combobox and then clicking in the middle of the main window. ([https://bugreports.qt.io/browse/QTBUG-107755 QTBUG-107755]) ([https://gitlab.gnome.org/GNOME/mutter/-/issues/2486 mutter:2486])
 
*Workaround: Upgrade GNOME compositor(Mutter) to >=42.6 or run Qt apps with <code>QT_QPA_PLATFORM=xcb</code>(needs to have XWayland enabled).


==macOS==
==macOS==
==Windows==
==Windows==
* Fonts are too large on High DPI screen (regression in Qt 6.4.1, see [https://bugreports.qt.io/browse/QTBUG-108593 QTBUG-108593])
==Android==
==Android==
[[Qt for Android known issues]]
[[Qt for Android known issues]]
QTBUG-106939: Error: "qmlimportscanner not found" while building examples while using cmake
*Workaround: Just ignore the message
==iOS==
==iOS==
qtpdf binaries aren't available for iOS with Qt 6.4.0 but those can be compiled by yourself if needed
==WebAssembly==
==WebAssembly==
==Qt for Device Creation==
==Qt for Device Creation==
{{Release Information}}
{{Release Information}}

Latest revision as of 11:12, 14 February 2023

  • Check that your system meets Qt's requirements
  • All open issues can be found from Jira
  • Supported development platforms are listed here

All platforms

  • Module dependencies aren't installed automatically
    • e.g. quicknanobrowser example won't work if all dependencies aren't installed properly (QTBUG-106802)
      • Install webchannel & qtpositioning modules as well to solve the issue
  • Copying text from QTextEdit to other applications does not handle line breaks well. This is a regression from Qt 6.3 (QTBUG-107004)


Linux

Qt applications using QProcess crash when run in qemu (QTBUG-98951) or under valgrind (QTBUG-87230).

  • Workaround: configure Qt with
    -no-feature-forkfd_pidfd
    

Wayland

GNOME compositor(Mutter<42.6) crashes when opening combobox and then clicking in the middle of the main window. (QTBUG-107755) (mutter:2486)

  • Workaround: Upgrade GNOME compositor(Mutter) to >=42.6 or run Qt apps with
    QT_QPA_PLATFORM=xcb
    
    (needs to have XWayland enabled).

macOS

Windows

  • Fonts are too large on High DPI screen (regression in Qt 6.4.1, see QTBUG-108593)

Android

Qt for Android known issues

QTBUG-106939: Error: "qmlimportscanner not found" while building examples while using cmake

  • Workaround: Just ignore the message

iOS

qtpdf binaries aren't available for iOS with Qt 6.4.0 but those can be compiled by yourself if needed

WebAssembly

Qt for Device Creation

Release Information [edit]
Qt Version Overview Tools and Versions New Features Changes Known Issues
Qt 6.7 Qt 6.7 Release Qt 6.7 Tools and Versions New Features in Qt 6.7 Qt 6.7 Known Issues
Qt 6.6 Qt 6.6 Release Qt 6.6 Tools and Versions New Features in Qt 6.6 Qt 6.6.0 Release NoteQt 6.6.1 Release NoteQt 6.6.2 ReleaseQt 6.6.3 Release Qt 6.6 Known Issues
Qt 6.5 Qt 6.5 Release Qt 6.5 Tools and Versions New Features in Qt 6.5 Qt 6.5.0 Release NoteQt 6.5.1 Release NoteQt 6.5.2 Release NoteQt 6.5.3 Release Note Qt 6.5 Known Issues
Qt 6.4 Qt 6.4 Release Qt 6.4 Tools and Versions New Features in Qt 6.4 Qt 6.4.0 Release NoteQt 6.4.1 Release NoteQt 6.4.2 Release NoteQt 6.4.3 Release Note Qt 6.4 Known Issues
Qt 6.3 Qt 6.3 Release Qt 6.3 Tools and Versions New Features in Qt 6.3 Qt 6.3.0 Release NoteQt 6.3.1 Release Note Qt 6.3 Known Issues
Qt 6.2 Qt 6.2 Release Qt 6.2 Tools and Versions New Features in Qt 6.2 Qt 6.2.0 Release NoteQt 6.2.1 Release NoteQt 6.2.2 Release Note Qt 6.2 Known Issues
Qt 6.1 Qt 6.1 Release Qt 6.1 Tools and Versions New Features in Qt 6.1 Qt 6.1.0 Release NoteQt 6.1.1 Release NoteQt 6.1.2 Release NoteQt 6.1.3 Release Note Qt 6.1.0 Known IssuesQt 6.1.1 Known issues in release noteQt 6.1.2 Known issues in release noteQt 6.1.3 Known issues in release note
Qt 6.0 Qt 6.0 Release Qt 6.0 Tools and Versions New Features in Qt 6.0 Qt 6.0.0 Change FilesQt 6.0.1 Release NoteQt 6.0.2 Release NoteQt 6.0.3 Release NoteQt 6.0.4 Release Note Qt 6.0.0 Known IssuesQt 6.0.1 Known IssuesQt 6.0.2 Known IssuesQt 6.0.3 Known IssuesQt 6.0.4 Known Issues
Qt 5.15 Qt 5.15 Release Qt 5.15 Tools and Versions New Features in Qt 5.15 Qt 5.15.0 Change FilesQt 5.15.1 Change FilesQt 5.15.2 Change Files Qt 5.15.0 Known IssuesQt 5.15.1 Known IssuesQt 5.15.2 Known IssuesQt 5.15.4 Known Issues
Qt 5.14 Qt 5.14 Release Qt 5.14 Tools and Versions New Features in Qt 5.14 Qt 5.14.0 Change FilesQt 5.14.1 Change FilesQt 5.14.2 Change Files Qt 5.14.0 Known IssuesQt 5.14.1 Known IssuesQt 5.14.2 Known Issues
Qt 5.13 Qt 5.13 Release Qt 5.13 Tools and Versions New Features in Qt 5.13 Qt 5.13.0 Change FilesQt 5.13.1 Change FilesQt 5.13.2 Change Files Qt 5.13.0 Known IssuesQt 5.13.1 Known IssuesQt 5.13.2 Known Issues
Qt 5.12 Qt 5.12 Release Qt 5.12 Tools and Versions New Features in Qt 5.12 Qt 5.12.0 Change FilesQt 5.12.1 Change FilesQt 5.12.2 Change FilesQt 5.12.3 Change FilesQt 5.12.4 Change FilesQt 5.12.5 Change FilesQt 5.12.6 Change FilesQt 5.12.7 Change FilesQt 5.12.8 Change FilesQt 5.12.9 Change FilesQt 5.12.10 Change FilesQt 5.12.11 Release NoteQt 5.12.12 Release Note Qt 5.12.0 Known IssuesQt 5.12.1 Known IssuesQt 5.12.2 Known IssuesQt 5.12.3 Known IssuesQt 5.12.4 Known IssuesQt 5.12.5 Known IssuesQt 5.12.6 Known IssuesQt 5.12.7 Known IssuesQt 5.12.8 Known IssuesQt 5.12.9 Known IssuesQt 5.12.10 Known IssuesQt 5.12.11 Known issues in release noteQt 5.12.12 Known issues in release note
Qt 5.11 Qt 5.11 Release Qt 5.11 Tools and Versions New Features in Qt 5.11 Qt 5.11.0Qt 5.11.1Qt 5.11.2 Change FilesQt 5.11.3 Change Files Qt 5.11.0Qt 5.11.1Qt 5.11.2 Known IssuesQt 5.11.3 Known Issues
Qt 5.10 Qt 5.10 Release Qt 5.10 Tools and Versions New Features in Qt 5.10 Qt 5.10.0Qt 5.10.1 Change Files Qt 5.10.0Qt 5.10.1 Known Issues
Qt 5.9 Qt 5.9 Release Qt 5.9 Tools and Versions New Features in Qt 5.9 Qt 5.9.0Qt 5.9.1Qt 5.9.2Qt 5.9.3Qt 5.9.4Qt 5.9.5Qt 5.9.6 Change FilesQt 5.9.7 Change FilesQt 5.9.8 Change FilesQt 5.9.9 Change Files Qt 5.9.0Qt 5.9.1Qt 5.9.2Qt 5.9.3Qt 5.9.4Qt 5.9.5Qt 5.9.6 Known IssuesQt 5.9.7 Known IssuesQt 5.9.8 Known IssuesQt 5.9.9 Known Issues
Qt 5.8 Qt 5.8 Release Qt 5.8 Tools and Versions New Features in Qt 5.8 Qt 5.8.0 Change Files Qt 5.8.0 Known Issues
Qt 5.7 Qt 5.7 Release Qt 5.7 Tools and Versions New Features in Qt 5.7 Qt 5.7.0Qt 5.7.1 Change Files Qt 5.7.0Qt 5.7.1 Known Issues
Qt 5.6 Qt 5.6 Release Qt 5.6 Tools and Versions New Features in Qt 5.6 Qt 5.6.0Qt 5.6.1Qt 5.6.2Qt 5.6.3 Change Files Qt 5.6.0Qt 5.6.1Qt 5.6.2Qt 5.6.3 Known Issues
Qt 5.5 Qt 5.5 Release Qt 5.5 Tools and Versions New Features in Qt 5.5 Qt 5.5.0Qt 5.5.1 Change Files Qt 5.5.0Qt 5.5.1 Known Issues
Qt 5.4 Qt 5.4 Release Qt 5.4 Tools and Versions New Features in Qt 5.4 Qt 5.4.0Qt 5.4.1Qt 5.4.2 Change Files Qt 5.4.0Qt 5.4.1Qt 5.4.2 Known Issues
Qt 5.3 Qt 5.3 Release Qt 5.3 Tools and Versions New Features in Qt 5.3 Qt 5.3.0Qt 5.3.1Qt 5.3.2 Change Files Qt 5.3.0 Beta 1Qt 5.3.0 RC 1
Qt 5.3.0Qt 5.3.1Qt 5.3.2 Known Issues
Qt 5.2 Qt 5.2 Release New Features in Qt 5.2 Qt 5.2.0Qt 5.2.1 Change Files Qt 5.2.0 Beta 1Qt 5.2.0 RC 1
Qt 5.2.0Qt 5.2.1 Known Issues
Qt 5.1 Qt 5.1 Release New Features in Qt 5.1 Qt 5.1.0 Change Files Qt 5.1.0 Beta 1Qt 5.1.0 RC 1
Qt 5.1.0Qt 5.1.1 Known Issues
Qt 5.0 Qt 5.0.0Qt 5.0.1 Release New Features in Qt 5.0 Qt 5.0 Changes Qt 5.0.0 Beta 1Qt 5.0.0 Beta 2Qt 5.0.0 RC 1Qt 5.0.0 RC 2
Qt 5.0.0Qt 5.0.1Qt 5.0.2 Known Issues