Qt 5.1.0 Beta 1 Known Issues

From Qt Wiki
Revision as of 17:12, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Known Issues – Qt 5.1.0 beta1

All platforms

  • Check that your system meets Qt’s requirements [qt.io].
  • 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

See Qt for iOS known issues [qt.io]

Categories: