Qt 5.3.2 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Known Issues – Qt 5.3.2=
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==All platforms==
[[Category:Known Issues]]
= Known Issues - Qt 5.3.2 =
== All platforms ==


* Check that your system meets [http://doc-snapshot.qt.io/qt5-5.3/gettingstarted.html#platform-requirements Qt’s requirements] ''[doc-snapshot.qt.io]''
* Check that your system meets [http://doc-snapshot.qt.io/qt5-5.3/gettingstarted.html#platform-requirements Qt's requirements]
* All open issues can be found from Jira: https://bugreports.qt.io
* All open issues can be found from Jira: https://bugreports.qt.io


* Installation over the existing installation not supported
* Installation over the existing installation not supported
** <span class="caps">QTIFW</span>-278: <span class="caps">SDK</span> 5.1.0 rc1 : installation over existing installation fails
** QTIFW-278: SDK 5.1.0 rc1 : installation over existing installation fails


* Examples in Qt Creator Welcome mode is empty
* Examples in Qt Creator Welcome mode is empty
** Workaround: Start Qt Creator with clean settings (e.g. for temporary testing: -settingspath /some/temp/dir’
** Workaround: Start Qt Creator with clean settings (e.g. for temporary testing: '-settingspath /some/temp/dir'


* Qt Creator still shows 5.3.0 as Qt / Kit version number, although I updated
* Qt Creator still shows 5.3.0 as Qt / Kit version number, although I updated
** <span class="caps">QTBUG</span>-39749: Qt Creator caches the Qt / Kit version names in your profile. Workaround is to nuke your local Qt Creator settings.
** QTBUG-39749: Qt Creator caches the Qt / Kit version names in your profile. Workaround is to nuke your local Qt Creator settings.


* Android Debugging does not work out-of-the-box for C++-only projects
* Android Debugging does not work out-of-the-box for C++-only projects
** <span class="caps">QTCREATORBUG</span>-13006: Workaround: Select combined C++ and <span class="caps">QML</span> debugging in the project’s Run settings, even if the project does not use <span class="caps">QML</span> at all.
'''''' QTCREATORBUG-13006: Workaround: Select combined C++ and QML debugging in the project's Run settings, even if the project does not use QML at all.


* Bogus MaintenanceTool update error message in installation log
* Bogus MaintenanceTool update error message in installation log
** https://bugreports.qt.io/browse/QTIFW-545
'''''' https://bugreports.qt.io/browse/QTIFW-545


==Linux==
== Linux ==
 
* QTBUG-35516: example directory in binary package has wrong permissions (creating problems for global installations)
* <span class="caps">QTBUG</span>-35516: example directory in binary package has wrong permissions (creating problems for global installations)
'''''' Workaround: Fix permissions with 'chmod g+rx,o+rx 5.2.0/gcc_64/examples'
** Workaround: Fix permissions with ‘chmod g+rx,o+rx 5.2.0/gcc_64/examples’
* QTBUG-39897: Packaged libQtWebKit fails to load: conflict between (system) libxml2 and shipped libicu
* <span class="caps">QTBUG</span>-39897: Packaged libQtWebKit fails to load: conflict between (system) libxml2 and shipped libicu
'''''' This can show up e.g. in crashes when trying to open Qt Creator's Help, Widget Designer, or Qt Assistant.
** This can show up e.g. in crashes when trying to open Qt Creator’s Help, Widget Designer, or Qt Assistant.
 
==Windows==


== Windows ==
* if you want to install a Qt for Visual Studio be sure you have the related Visual Studio installed
* if you want to install a Qt for Visual Studio be sure you have the related Visual Studio installed
* Qt Creator does not support Windows XP.
* Qt Creator does not support Windows XP.
** Workaround: Disable ‘Welcome’, ‘QmlProfiler’, QmlDesigner’ plugins
'''''' Workaround: Disable 'Welcome', 'QmlProfiler', QmlDesigner' plugins


* Qt Creator does require a working DirectX/DirectDraw backend
* Qt Creator does require a working DirectX/DirectDraw backend
** Enable Accelerated 3D support if you run Windows in e.g. VirtualBox, <span class="caps">VMW</span>are
'''''' Enable Accelerated 3D support if you run Windows in e.g. VirtualBox, VMWare


* <span class="caps">QTBUG</span>-32864: <span class="caps">WMF</span> plugin fails to load on Windows Vista (no service found for – “org.qt-project.qt.mediaplayer”)
* QTBUG-32864: WMF plugin fails to load on Windows Vista (no service found for- "org.qt-project.qt.mediaplayer")
** Workaround: If you target Windows Vista, rebuild the plugin (qtmultimedia/src/plugins/wmf) using the Windows Vista <span class="caps">SDK</span>.
** Workaround: If you target Windows Vista, rebuild the plugin (qtmultimedia/src/plugins/wmf) using the Windows Vista SDK.  


* <span class="caps">QTBUG</span>-33788: Widgets in QGraphicsView via QGraphicsProxyWidget can’t receive QTabletEvent
* QTBUG-33788: Widgets in QGraphicsView via QGraphicsProxyWidget can't receive QTabletEvent


==WinRT / Windows Phone==
== WinRT / Windows Phone ==


* If you want to install Qt for Windows RT or Phone, please have also the according Visual Studio installed (Visual Studio for Windows, Visual Studio for Windows Phone)
* If you want to install Qt for Windows RT or Phone, please have also the according Visual Studio installed (Visual Studio for Windows, Visual Studio for Windows Phone)
Line 48: Line 48:
* Even though Qt Cloud Services are part of the package, they are not supported yet.
* Even though Qt Cloud Services are part of the package, they are not supported yet.
* Qt Quick Controls might have some wrong behaviors.
* Qt Quick Controls might have some wrong behaviors.
* Automatic kit registration wrongly sets up WinRT target as local desktop target. This is related to the WinRT plugin not enabled by default. Please open Help-&gt;About Plugins, enable WinRT and restart Qt Creator
* Automatic kit registration wrongly sets up WinRT target as local desktop target. This is related to the WinRT plugin not enabled by default. Please open Help->About Plugins, enable WinRT and restart Qt Creator


==Mac OS X==
== Mac OS X ==


* Qt binary packages: qmake may stop with an error claiming the macosx10.8 <span class="caps">SDK</span> can’t be found.
* Qt binary packages: qmake may stop with an error claiming the macosx10.8 SDK can't be found.
** Workaround: Edit clang_64/mkspecs/qdevice.pri, comment out the <span class="caps">QMAKE</span>_MAC_SDK line.
** Workaround: Edit clang_64/mkspecs/qdevice.pri, comment out the QMAKE_MAC_SDK line.


* <span class="caps">QTBUG</span>-31724: can’t debug into qt libs on Mac (it hasn’t worked since 5.0.0)
* QTBUG-31724: can’t debug into qt libs on Mac (it hasn’t worked since 5.0.0)
** Workaround: Compile Qt on your own (configure -developer-build provides both release and debug libs)
** Workaround: Compile Qt on your own (configure -developer-build provides both release and debug libs)


* <span class="caps">QTBUG</span>-35211: Apps using Qt WebKit 2.0 are not deployable on Mac OS X (QtWebProcess fails to deploy/start)
* QTBUG-35211: Apps using Qt WebKit 2.0 are not deployable on Mac OS X (QtWebProcess fails to deploy/start)
 
* <span class="caps">QTBUG</span>-35317: Qt Quick1 apps that use Qt WebKit 1.0 fail to deploy on Mac OS X
 
* <span class="caps">QTBUG</span>-35506: Qt Quick Controls applications launched using qmlscene might not display the menubar until they lose and regain focus


==Android==
* QTBUG-35317: Qt Quick1 apps that use Qt WebKit 1.0 fail to deploy on Mac OS X


See “[[Qt for Android known issues]]“
* QTBUG-35506: Qt Quick Controls applications launched using qmlscene might not display the menubar until they lose and regain focus


==iOS==
== Android ==


See [[Qt for iOS known issues]]
See "[[Qt_for_Android_known_issues|Qt for Android known issues]]"


==BlackBerry 10==
== iOS ==


See [[Qt5 Status on BlackBerry10|Qt5 Status on BlackBerry 10]]
See "[[Qt_for_iOS_known_issues|Qt for iOS known issues]]"


==<span class="caps">QNX</span>==
== BlackBerry 10 ==


See [[Qt Status on QNX|Qt Status on <span class="caps">QNX</span>]]
See "[[Qt5_Status_on_BlackBerry10 | Qt5 Status on BlackBerry 10]]"


===Categories:===
== QNX ==


* [[:Category:Release|Release]]
{{Release Information}}
** [[:Category:Release::Known-Issues|Known Issues]]

Latest revision as of 01:53, 25 March 2016

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Known Issues - Qt 5.3.2

All platforms

  • Installation over the existing installation not supported
    • QTIFW-278: SDK 5.1.0 rc1 : installation over existing installation fails
  • Examples in Qt Creator Welcome mode is empty
    • Workaround: Start Qt Creator with clean settings (e.g. for temporary testing: '-settingspath /some/temp/dir'
  • Qt Creator still shows 5.3.0 as Qt / Kit version number, although I updated
    • QTBUG-39749: Qt Creator caches the Qt / Kit version names in your profile. Workaround is to nuke your local Qt Creator settings.
  • Android Debugging does not work out-of-the-box for C++-only projects

' QTCREATORBUG-13006: Workaround: Select combined C++ and QML debugging in the project's Run settings, even if the project does not use QML at all.

  • Bogus MaintenanceTool update error message in installation log

' https://bugreports.qt.io/browse/QTIFW-545

Linux

  • QTBUG-35516: example directory in binary package has wrong permissions (creating problems for global installations)

' Workaround: Fix permissions with 'chmod g+rx,o+rx 5.2.0/gcc_64/examples'

  • QTBUG-39897: Packaged libQtWebKit fails to load: conflict between (system) libxml2 and shipped libicu

' This can show up e.g. in crashes when trying to open Qt Creator's Help, Widget Designer, or Qt Assistant.

Windows

  • if you want to install a Qt for Visual Studio be sure you have the related Visual Studio installed
  • Qt Creator does not support Windows XP.

' Workaround: Disable 'Welcome', 'QmlProfiler', QmlDesigner' plugins

  • Qt Creator does require a working DirectX/DirectDraw backend

' Enable Accelerated 3D support if you run Windows in e.g. VirtualBox, VMWare

  • QTBUG-32864: WMF plugin fails to load on Windows Vista (no service found for- "org.qt-project.qt.mediaplayer")
    • Workaround: If you target Windows Vista, rebuild the plugin (qtmultimedia/src/plugins/wmf) using the Windows Vista SDK.
  • QTBUG-33788: Widgets in QGraphicsView via QGraphicsProxyWidget can't receive QTabletEvent

WinRT / Windows Phone

  • If you want to install Qt for Windows RT or Phone, please have also the according Visual Studio installed (Visual Studio for Windows, Visual Studio for Windows Phone)
  • Note that not all mobile related modules are supported (e.g. Geopositioning, bluetooth, etc)
  • Even though Qt Cloud Services are part of the package, they are not supported yet.
  • Qt Quick Controls might have some wrong behaviors.
  • Automatic kit registration wrongly sets up WinRT target as local desktop target. This is related to the WinRT plugin not enabled by default. Please open Help->About Plugins, enable WinRT and restart Qt Creator

Mac OS X

  • Qt binary packages: qmake may stop with an error claiming the macosx10.8 SDK can't be found.
    • Workaround: Edit clang_64/mkspecs/qdevice.pri, comment out the QMAKE_MAC_SDK line.
  • QTBUG-31724: can’t debug into qt libs on Mac (it hasn’t worked since 5.0.0)
    • Workaround: Compile Qt on your own (configure -developer-build provides both release and debug libs)
  • QTBUG-35211: Apps using Qt WebKit 2.0 are not deployable on Mac OS X (QtWebProcess fails to deploy/start)
  • QTBUG-35317: Qt Quick1 apps that use Qt WebKit 1.0 fail to deploy on Mac OS X
  • QTBUG-35506: Qt Quick Controls applications launched using qmlscene might not display the menubar until they lose and regain focus

Android

See "Qt for Android known issues"

iOS

See "Qt for iOS known issues"

BlackBerry 10

See " Qt5 Status on BlackBerry 10"

QNX

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.0 Release Note 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