Qt 5.9.7 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Known Issues == All platforms == * Check that your system meets [http://doc-snapshots.qt.io/qt5-5.9/gettingstarted.html#platform-requirements Qt's requirements]...") |
(→macOS) |
||
Line 7: | Line 7: | ||
** For new installations use newest online installer. For existing installations please update maintenance tool at first. | ** For new installations use newest online installer. For existing installations please update maintenance tool at first. | ||
* Widevine support in QtWebEngine requires a widevine plugin from Chrome 61 or older, 62+ has a different ABI. | * Widevine support in QtWebEngine requires a widevine plugin from Chrome 61 or older, 62+ has a different ABI. | ||
* Qt Creator crashes when too many old Qt versions are installed, see QTCREATORBUG-21278 | |||
* | |||
== Windows == | == Windows == | ||
* Static builds of Qt with Microsoft Visual Studio 2017 (through Update 2) do not work and will likely crash at runtime. This is believed to be a compiler bug and therefore an update from Microsoft is required. See https://bugreports.qt.io/browse/QTBUG-59721. | * Static builds of Qt with Microsoft Visual Studio 2017 (through Update 2) do not work and will likely crash at runtime. This is believed to be a compiler bug and therefore an update from Microsoft is required. See https://bugreports.qt.io/browse/QTBUG-59721. | ||
Line 16: | Line 17: | ||
== macOS == | == macOS == | ||
* Building for iOS-simulator fails with Xcode 10.0, see QTBUG-71313 | |||
** workaround: add QMAKE_IOS_DEPLOYMENT_TARGET=9.0 to the pro file, or to use an earlier Xcode version. | |||
== Android == | == Android == |
Revision as of 10:52, 22 October 2018
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- Old qt-unified-online-installer-3.0.1 (or older) can't any more be used to get Qt 5.9.4 (or later releases), see QTBUG-65798
- For new installations use newest online installer. For existing installations please update maintenance tool at first.
- Widevine support in QtWebEngine requires a widevine plugin from Chrome 61 or older, 62+ has a different ABI.
- Qt Creator crashes when too many old Qt versions are installed, see QTCREATORBUG-21278
Windows
- Static builds of Qt with Microsoft Visual Studio 2017 (through Update 2) do not work and will likely crash at runtime. This is believed to be a compiler bug and therefore an update from Microsoft is required. See https://bugreports.qt.io/browse/QTBUG-59721.
Linux
- Building Qt modules fails with binaries delivered with online installer see bug QTBUG-52501. Workaround is to build whole Qt from source or have libicu 56 installed on the system.
- QTCREATORBUG-21278: Qt Creator crashes when too many old Qt versions are installed
macOS
- Building for iOS-simulator fails with Xcode 10.0, see QTBUG-71313
- workaround: add QMAKE_IOS_DEPLOYMENT_TARGET=9.0 to the pro file, or to use an earlier Xcode version.
Android
- Qt for Android known issues
- Qt Creator: Kits not set up when using NDK r18, see https://bugreports.qt.io/browse/QTCREATORBUG-21281
iOS
UWP
- Some example crashes
- QTBUG-67175 - Scxml examples crashing after launch on UWP
- QTBUG-67568 - [WinRT] 'computegles31' example crashes on WinRT
- QTBUG-67566 - [WinRT] 'factorial' example crashes on WinRT
- QTBUG-67565 - [WinRT] Quick player example crashes on WinRT