Qt 6.4 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/ | *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= | *All open issues can be found from [https://bugreports.qt.io/issues/?filter=24436 Jira] | ||
**RTA findings [https://bugreports.qt.io/issues/?filter=24174 here] | **RTA findings [https://bugreports.qt.io/issues/?filter=24174 here] | ||
*Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-102789 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
- RTA findings here
- Supported development platforms are listed here
All platforms
- Configuring Qt with -no-gui fails, see (QTBUG-107007)
- 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
- e.g. quicknanobrowser example won't work if all dependencies aren't installed properly (QTBUG-106802)
- 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 (needs to have XWayland enabled).
QT_QPA_PLATFORM=xcb
macOS
Windows
- Fonts are too large on High DPI screen (regression in Qt 6.4.1, see QTBUG-108593)
Android
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