Qt 5.1.0 Beta 1 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Known Issues Qt 5.1.0 beta1=
[[Category:Release::Known Issues]]<br />h1. Known Issues - Qt 5.1.0 beta1


==All platforms==
== 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 &quot;Qt's requirements&amp;quot;:http://doc.qt.io/qt-5.0/qtdoc/requirements.html.
* <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. &quot;x32-4.7.2-release-posix-sjlj-rev11.7z&amp;quot;: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


* 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 &quot;Run&amp;quot; Settings in project, open &quot;Package Configurations&amp;quot; and click on the &quot;Libraries&amp;quot; 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 &quot;Run&amp;quot; Settings in project, open &quot;Package Configurations&amp;quot; and click on the &quot;Libraries&amp;quot; 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]''
 
===Categories:===
 
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Revision as of 11:01, 24 February 2015


h1. Known Issues - Qt 5.1.0 beta1

All platforms

  • Check that your system meets "Qt's requirements&quot;:http://doc.qt.io/qt-5.0/qtdoc/requirements.html.
  • 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.
  • 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&quot; Settings in project, open "Package Configurations&quot; and click on the "Libraries&quot; 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&quot; Settings in project, open "Package Configurations&quot; and click on the "Libraries&quot; 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