Qt 6.7 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Created page with "*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.7/supported-platforms.html Qt's requirements] *All open issues can be found from [https://bugreports.qt.io/issues/?filter=25755 Jira] **RTA findings [https://bugreports.qt.io/issues/?filter=25756 here] *Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-118311 here] ==All platforms== ==Linux== * Commercial only Debian repositories ** missing debian packages for QtWebengine,...") |
(Add Known issue for QtApplicationManager) |
||
Line 10: | Line 10: | ||
** missing debian packages for QtWebengine, QtWebview and QtGrpc | ** missing debian packages for QtWebengine, QtWebview and QtGrpc | ||
** missing qt6.6.0-full-dbg meta package. | ** missing qt6.6.0-full-dbg meta package. | ||
*Building QtApplicationManager projects using the arm64 config from the Installer might fail because of a missing dependency ([https://bugreports.qt.io/browse/QTBUG-123796 QTBUG-123796]) | |||
==macOS== | ==macOS== |
Revision as of 11:29, 27 March 2024
- 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
Linux
- Commercial only Debian repositories
- missing debian packages for QtWebengine, QtWebview and QtGrpc
- missing qt6.6.0-full-dbg meta package.
- Building QtApplicationManager projects using the arm64 config from the Installer might fail because of a missing dependency (QTBUG-123796)
macOS
- Due to changes in notarization from XCode 13 onwards, macOS debug information files are delivered as part of the online installer only and installed automatically.
Windows
Android
iOS
- Deploying and running applications on iOS 17 devices via Qt Creator is currently unsupported, due to changes the underlying Apple libraries used to communicate with the device. As a workaround, open the Xcode project generated by Qt Creator and run and debug the application via Xcode.