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


==All platforms==
== All platforms ==


* Check that you meet [http://doc.qt.io/qt-5.0/qtdoc/requirements.html Qt’s requirements] ''[qt.io]''.
* Check that you meet &quot;Qt's requirements&amp;quot;:http://doc.qt.io/qt-5.0/qtdoc/requirements.html.


* Some <span class="caps">QML</span> examples (<span class="caps">QML</span> Camera, <span class="caps">QML</span> Video Shader Effects, flickrview, youtubeview) will not build correctly by default.
* Some QML examples (QML Camera, QML Video Shader Effects, flickrview, youtubeview) will not build correctly by default.
** Workaround: Uncheck the shadow build flag in the projects build configuration.
** Workaround: Uncheck the shadow build flag in the projects build configuration.


==Linux==
== Linux ==


* <span class="caps">QTBUG</span>-28183: Dead keys don’t work (Unable to input characters with diacritics)
* QTBUG-28183: Dead keys don’t work (Unable to input characters with diacritics)


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-28743: configure.exe is missing from .tar.gz package
* QTBUG-28743: configure.exe is missing from .tar.gz package
** configure.exe is only part of the .zip package. Workaround is to download this one, or do a ‘touch qtbase\.gitignore’
** configure.exe is only part of the .zip package. Workaround is to download this one, or do a ‘touch qtbaseitignore’
* <span class="caps">QTBUG</span>-29306: MinGW: Qt 5.0.1 problem with _vsnprintf_s on Win XP
* QTBUG-29306: MinGW: Qt 5.0.1 problem with _vsnprintf_s on Win XP
* <span class="caps">QTBUG</span>-29449: Patch paths in Qt debug info when installing
* QTBUG-29449: Patch paths in Qt debug info when installing
** Workaround: In Qt Creator to to Options -&gt; Debugger, Add “q:\qt5_workdir\w\s\qtbase” “C:\Qt\Qt5.0.1\5.0.1\Src\qtbase” to “Source Paths Mapping”
** Workaround: In Qt Creator to to Options -&gt; Debugger, Add &quot;q:5_workdir\w\s\qtbase&amp;quot; &quot;C:5.0.1\5.0.1\Src\qtbase&amp;quot; to &quot;Source Paths Mapping&amp;quot;
* <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


==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.
 
===Categories:===
 
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Revision as of 10:22, 24 February 2015


h1. Known Issues - Qt 5.0.1 release

All platforms

  • Some QML examples (QML Camera, QML Video Shader Effects, flickrview, youtubeview) will not build correctly by default.
    • Workaround: Uncheck the shadow build flag in the projects build configuration.

Linux

  • QTBUG-28183: Dead keys don’t work (Unable to input characters with diacritics)

Windows

  • QTBUG-28743: configure.exe is missing from .tar.gz package
    • configure.exe is only part of the .zip package. Workaround is to download this one, or do a ‘touch qtbaseitignore’
  • QTBUG-29306: MinGW: Qt 5.0.1 problem with _vsnprintf_s on Win XP
  • QTBUG-29449: Patch paths in Qt debug info when installing
    • Workaround: In Qt Creator to to Options -> Debugger, Add "q:5_workdir\w\s\qtbase&quot; "C:5.0.1\5.0.1\Src\qtbase&quot; to "Source Paths Mapping&quot;
  • QTBUG-30212: [MinGW] Application crashes when virtual call invoked on an object which uses both virtual and non-virtual inheritance

Mac OS X

  • QTBUG-28336: Mac: linker warns about non-existing directories