Qt 5.1.0 Beta 1 Known Issues: Difference between revisions

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


==All platforms==
[[Category:Known Issues]]
= Known Issues - Qt 5.1.0 beta1 =
== All platforms ==


* Check that your system meets [http://doc.qt.io/qt-5.0/qtdoc/requirements.html Qt’s requirements] ''[qt.io]''.
* Check that your system meets [http://doc.qt.io/qt-5.0/qtdoc/requirements.html Qt's requirements].
* <span class="caps">QTBUG</span>-31104: Some example applications are broken
* QTBUG-31104: Some example applications are broken
* <span class="caps">QTBUG</span>-31107: Standalone assistant is missing qtquickcontrols, qtserialport, qtsensors documentation
* QTBUG-31107: Standalone assistant is missing qtquickcontrols, qtserialport, qtsensors documentation
* <span class="caps">QTBUG</span>-31240 : Android:Cannot run uic in linux 64, mac, windows packages
* QTBUG-31240 : Android:Cannot run uic in linux 64, mac, windows packages


==Linux==
== Linux ==


* <span class="caps">QTBUG</span>-31132: Many keyboard shortcuts in e.g. Qt Creator do not work
* QTBUG-31132: Many keyboard shortcuts in e.g. Qt Creator do not work
** Workaround: No immediate one. A source code fix is at https://codereview.qt.io/#change,56091
** Workaround: No immediate one. A source code fix is at https://codereview.qt.io/#change,56091


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-29974: PostgreSQL plugin is missing on Windows
* QTBUG-29974: PostgreSQL plugin is missing on Windows
** No workaround yet. Work ongoing.
** No workaround yet. Work ongoing.


* <span class="caps">QTBUG</span>-30212: [MinGW] Application crashes when virtual call invoked on an object which uses both virtual and non-virtual inheritance
* QTBUG-30212: [MinGW] Application crashes when virtual call invoked on an object which uses both virtual and non-virtual inheritance
** Workaround: Manually update toolchain to e.g. [http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev11.7z/download x32-4.7.2-release-posix-sjlj-rev11.7z] ''[sourceforge.net]''
** Workaround: Manually update toolchain to e.g. [http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev11.7z/download x32-4.7.2-release-posix-sjlj-rev11.7z]


* QWidget::TabletEvent is not working, since 5.0.0.
* QWidget::TabletEvent is not working, since 5.0.0.


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


* <span class="caps">QTBUG</span>-28336: Mac: linker warns about non-existing directories
* QTBUG-28336: Mac: linker warns about non-existing directories
** Workaround: Not needed, the produced binaries work.
** Workaround: Not needed, the produced binaries work.


==Android==
== Android ==


* <span class="caps">QTBUG</span>-30848: Missing dependency on libQt5QuickParticles.so
* QTBUG-30848: Missing dependency on libQt5QuickParticles.so
** Work-around for apps that use Particles import in <span class="caps">QML</span>:
** Work-around for apps that use Particles import in QML:  
**# Run app once
**# Run app once
**# Go into “Run” Settings in project, open “Package Configurations” and click on the “Libraries” tab
**# Go into "Run" Settings in project, open "Package Configurations" and click on the "Libraries" tab
**# Tick the Qt5QuickParticles library.
**# Tick the Qt5QuickParticles library.


* <span class="caps">QTBUG</span>-30861: Missing dependency on libQt5MultimediaQuick_p.so
* QTBUG-30861: Missing dependency on libQt5MultimediaQuick_p.so
** Work-around for apps that use Multimedia import in <span class="caps">QML</span>:
** Work-around for apps that use Multimedia import in QML:  
**# Run app once
**# Run app once
**# Go into “Run” Settings in project, open “Package Configurations” and click on the “Libraries” tab
**# Go into "Run" Settings in project, open "Package Configurations" and click on the "Libraries" tab
**# Tick the Qt5MultimediaQuick_p library.
**# Tick the Qt5MultimediaQuick_p library.


* <span class="caps">QTBUG</span>-30553: Mouse cursor visible when running against Ministro
* QTBUG-30553: Mouse cursor visible when running against Ministro  
** Work-around:
** Work-around:
**# Set the environment variable QT_QPA_EGLFS_HIDECURSOR to 1.
**# Set the environment variable QT_QPA_EGLFS_HIDECURSOR to 1.


==iOS==
== iOS ==


See [[Qt for iOS known issues]] ''[qt.io]''
{{Release Information}}
 
===Categories:===
 
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Latest revision as of 02:00, 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.1.0 beta1

All platforms

  • Check that your system meets Qt's requirements.
  • QTBUG-31104: Some example applications are broken
  • QTBUG-31107: Standalone assistant is missing qtquickcontrols, qtserialport, qtsensors documentation
  • QTBUG-31240 : Android:Cannot run uic in linux 64, mac, windows packages

Linux

Windows

  • QTBUG-29974: PostgreSQL plugin is missing on Windows
    • No workaround yet. Work ongoing.
  • QTBUG-30212: [MinGW] Application crashes when virtual call invoked on an object which uses both virtual and non-virtual inheritance
  • QWidget::TabletEvent is not working, since 5.0.0.

Mac OS X

  • QTBUG-28336: Mac: linker warns about non-existing directories
    • Workaround: Not needed, the produced binaries work.

Android

  • QTBUG-30848: Missing dependency on libQt5QuickParticles.so
    • Work-around for apps that use Particles import in QML:
      1. Run app once
      2. Go into "Run" Settings in project, open "Package Configurations" and click on the "Libraries" tab
      3. Tick the Qt5QuickParticles library.
  • QTBUG-30861: Missing dependency on libQt5MultimediaQuick_p.so
    • Work-around for apps that use Multimedia import in QML:
      1. Run app once
      2. Go into "Run" Settings in project, open "Package Configurations" and click on the "Libraries" tab
      3. Tick the Qt5MultimediaQuick_p library.
  • QTBUG-30553: Mouse cursor visible when running against Ministro
    • Work-around:
      1. Set the environment variable QT_QPA_EGLFS_HIDECURSOR to 1.

iOS

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