Qt 5.1.0 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=
[[Category:Release::Known Issues]]<br />h1. Known Issues - Qt 5.1.0


==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.
* All open issues can be found from Jira: https://bugreports.qt.io
* All open issues can be found from Jira: https://bugreports.qt.io


* At the moment there is only part of mirrors up to date. That’s why downloading might take more time than usual. This will be better when content is up to date in each mirror
* At the moment there is only part of mirrors up to date. That's why downloading might take more time than usual. This will be better when content is up to date in each mirror


* Online installer needs to be updated
* Online installer needs to be updated
** Even if you have used the Qt5.1 RC1 online installer previously, please download &amp; use the new version of online installer packages. Starting from 5.1.0 final the updater/maintenance tool works normally, i.e. you will get 5.1.1 etc.
** Even if you have used the Qt5.1 RC1 online installer previously, please download &amp; use the new version of online installer packages. Starting from 5.1.0 final the updater/maintenance tool works normally, i.e. you will get 5.1.1 etc.  


* 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


* <span class="caps">QTBUG</span>-28357:QML apps based on QQuickViewer are not runnable using static build of Qt 5 due to “qtquick2plugin” issue
* QTBUG-28357:QML apps based on QQuickViewer are not runnable using static build of Qt 5 due to “qtquick2plugin” issue


* <span class="caps">QTBUG</span>-31565: When deploying a Qt Quick Controls based application, it is currently necessary to install all the relevant qml and js files. This can be problematic on some platforms, and we plan to address this in the future.
* QTBUG-31565: When deploying a Qt Quick Controls based application, it is currently necessary to install all the relevant qml and js files. This can be problematic on some platforms, and we plan to address this in the future.


==Linux==
== Linux ==


N/A
N/A


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-30008: QWidget::TabletEvent is not working, since 5.0.0.
* QTBUG-30008: QWidget::TabletEvent is not working, since 5.0.0.


* <span class="caps">QTBUG</span>-31800: <span class="caps">WMF</span> backend on Windows with OpenGL – video playback is broken
* QTBUG-31800: WMF backend on Windows with OpenGL – video playback is broken
** Workaround: Use an <span class="caps">ANGLE</span> build of Qt.
** Workaround: Use an ANGLE build of Qt.


* <span class="caps">QTBUG</span>-32159: toUpperCase in JavaScript yields wrong results
* QTBUG-32159: toUpperCase in JavaScript yields wrong results
** <span class="caps">MSVC</span> 2012 optimizer bug, affects 32 bit (x86) release builds with <span class="caps">MSVC</span> 2012 package only.
** MSVC 2012 optimizer bug, affects 32 bit (x86) release builds with MSVC 2012 package only.
** Workaround 1: Use VS 2010 package for 32 bit / x86 release builds
** Workaround 1: Use VS 2010 package for 32 bit / x86 release builds
** Workaround 2: Build QtWebKit on your own and turn optimization off for StringImpl::upper in qtwebkit/Source/WTF/wtf/text/StringImpl.cpp
** Workaround 2: Build QtWebKit on your own and turn optimization off for StringImpl::upper in qtwebkit/Source/WTF/wtf/text/StringImpl.cpp


==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.


* <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
** Workaround: Compile Qt on your own


* Third party frameworks and libraries need explicit include/library paths.
* Third party frameworks and libraries need explicit include/library paths.
** See [https://bugreports.qt.io/browse/QTBUG-31552?focusedCommentId=205820&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-205820 <span class="caps">QTBUG</span>-31552] ''[bugreports.qt.io]''
** See &quot;QTBUG-31552&amp;quot;:https://bugreports.qt.io/browse/QTBUG-31552?focusedCommentId=205820&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-205820


==Android==
== Android ==


See [[Qt for Android known issues]]
See &quot;[[Qt_for_Android_known_issues|Qt for Android known issues]]&quot;


==iOS==
== iOS ==
 
See “[[Qt for iOS known issues]]“
 
===Categories:===
 
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Revision as of 09:05, 24 February 2015


h1. Known Issues - Qt 5.1.0

All platforms

  • At the moment there is only part of mirrors up to date. That's why downloading might take more time than usual. This will be better when content is up to date in each mirror
  • Online installer needs to be updated
    • Even if you have used the Qt5.1 RC1 online installer previously, please download & use the new version of online installer packages. Starting from 5.1.0 final the updater/maintenance tool works normally, i.e. you will get 5.1.1 etc.
  • Installation over the existing installation not supported
    • QTIFW-278: SDK 5.1.0 rc1 : installation over existing installation fails
  • QTBUG-28357:QML apps based on QQuickViewer are not runnable using static build of Qt 5 due to “qtquick2plugin” issue
  • QTBUG-31565: When deploying a Qt Quick Controls based application, it is currently necessary to install all the relevant qml and js files. This can be problematic on some platforms, and we plan to address this in the future.

Linux

N/A

Windows

  • QTBUG-30008: QWidget::TabletEvent is not working, since 5.0.0.
  • QTBUG-31800: WMF backend on Windows with OpenGL – video playback is broken
    • Workaround: Use an ANGLE build of Qt.
  • QTBUG-32159: toUpperCase in JavaScript yields wrong results
    • MSVC 2012 optimizer bug, affects 32 bit (x86) release builds with MSVC 2012 package only.
    • Workaround 1: Use VS 2010 package for 32 bit / x86 release builds
    • Workaround 2: Build QtWebKit on your own and turn optimization off for StringImpl::upper in qtwebkit/Source/WTF/wtf/text/StringImpl.cpp

Mac OS X

  • QTBUG-28336: Mac: linker warns about non-existing directories
    • Workaround: Not needed, the produced binaries work.
  • QTBUG-31724: can’t debug into qt libs on Mac(it hasn’t worked since 5.0.0)
    • Workaround: Compile Qt on your own

Android

See "Qt for Android known issues"

iOS