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


* <span class="caps">QTCREATORBUG</span>-8377: Qt Creator shows no Qt 5 examples / examples from wrong version
* QTCREATORBUG-8377: Qt Creator shows no Qt 5 examples / examples from wrong version
** Workaround: This can happen only if you have previous versions of Qt without appropriate documentation installed, and this is used as “Default” Qt version. Go to Options Build &amp; Run Kits and select the Qt 5.0.0 kit as the default one. Restart Creator.
** Workaround: This can happen only if you have previous versions of Qt without appropriate documentation installed, and this is used as &quot;Default&amp;quot; Qt version. Go to Options - Build &amp; Run - Kits and select the Qt 5.0.0 kit as the default one. Restart Creator.


* [https://bugreports.qt.io/browse/QTIFW-195 <span class="caps">QTIFW</span>-195] ''[bugreports.qt.io]'' MaintenanceTool always tries to completely uninstall despite user selecting update
* &quot;QTIFW-195&amp;quot;:https://bugreports.qt.io/browse/QTIFW-195 MaintenanceTool always tries to completely uninstall despite user selecting update
** No workaround yet.
** No workaround yet.


* If you earlier have installed Qt 5.0 betas or RCs, Qt Creator may be picking up settings left behind by those
* If you earlier have installed Qt 5.0 betas or RCs, Qt Creator may be picking up settings left behind by those
** See: ''How do I reset all Qt Creator settings?'' in the [http://doc.qt.io/qtcreator-2.6/creator-faq.html Qt Creator <span class="caps">FAQ</span>] ''[qt.io]''
** See: ''How do I reset all Qt Creator settings?'' in the &quot;Qt Creator FAQ&amp;quot;:http://doc.qt.io/qtcreator-2.6/creator-faq.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 ==


* [https://bugreports.qt.io/browse/QTIFW-191 <span class="caps">QTIFW</span>-191] ''[bugreports.qt.io]'' Installing Qt 5.0.0 to /usr/local gives error “Could not write installer configuration …”
* &quot;QTIFW-191&amp;quot;:https://bugreports.qt.io/browse/QTIFW-191 Installing Qt 5.0.0 to /usr/local gives error &quot;Could not write installer configuration …&quot;
** Workaround: Either install into a location writeable by the user, or run installer with sudo and fix file permissions afterwards
** Workaround: Either install into a location writeable by the user, or run installer with sudo and fix file permissions afterwards


* <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>-28728: Binary installer package for Microsoft Visual C++ 2012 is not available yet.
* QTBUG-28728: Binary installer package for Microsoft Visual C++ 2012 is not available yet.
** Qt 5.0 can be built successfully from source using Visual Studio 2012
** Qt 5.0 can be built successfully from source using Visual Studio 2012


* [https://codereview.qt.io/43190 Change request 43190] ''[codereview.qt.io]''
* &quot;Change request 43190&amp;quot;:https://codereview.qt.io/43190  
** win_flex.exe didn’t work on Windows XP (and reportedly, not with mingw on Windows 7 either)
** win_flex.exe didn't work on Windows XP (and reportedly, not with mingw on Windows 7 either)


* Visual Studio Add-In v1.1.11 does not work with Qt 5.0
* Visual Studio Add-In v1.1.11 does not work with Qt 5.0
** Version 1.2.0 can be used
** Version 1.2.0 can be used


* [https://bugreports.qt.io/browse/QTIFW-177 <span class="caps">QTIFW</span>-177] ''[bugreports.qt.io]'' Qt <span class="caps">SDK</span> 5.0 doesn’t remove C:\Qt after uninstalling on Windows
* &quot;QTIFW-177&amp;quot;:https://bugreports.qt.io/browse/QTIFW-177 Qt SDK 5.0 doesn't remove C:after uninstalling on Windows
** Workaround: Remove manually C:\Qt after uninstalling
** Workaround: Remove manually C:after uninstalling


* [https://bugs.webkit.org/show_bug.cgi?id=104436 <del>Bug 104436</del>] ''[bugs.webkit.org]'' [Qt] MinGW-w64 64-bit build fails when linking libQt5WebKitWidgetsd
* &quot;<s>Bug 104436</s>&quot;:https://bugs.webkit.org/show_bug.cgi?id=104436 [Qt] MinGW-w64 64-bit build fails when linking libQt5WebKitWidgetsd
** qtwebkit doesn’t build with MinGW. Disable webkit by removing the qtwebkit, qtwebkit-examples-and-demos directories before building
** qtwebkit doesn't build with MinGW. Disable webkit by removing the qtwebkit, qtwebkit-examples-and-demos directories before building


* <span class="caps">QTBUG</span>-28743: configure.exe missed
* QTBUG-28743: configure.exe missed
** 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>-28915: pdb files should be distributed for visual studio debug build
* QTBUG-28915: pdb files should be distributed for visual studio debug build
** If you want to debug into Qt libs, you need to build qt by yourself for now.
** If you want to debug into Qt libs, you need to build qt by yourself for now.


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


* The binary packages do not support Mac OS X 10.6.
* The binary packages do not support Mac OS X 10.6.  
** Workaround: To use Qt on or for 10.6, you need to build Qt yourself on a 10.6 machine
** Workaround: To use Qt on or for 10.6, you need to build Qt yourself on a 10.6 machine


* If Xcode Command Line Tools are not installed, installation fails with ''“Error while relocating Qt: Can’t invoke otool. Is Xcode installed?''
* If Xcode Command Line Tools are not installed, installation fails with ''&quot;Error while relocating Qt: Can't invoke otool. Is Xcode installed?&quot;''
** Workaround: In Xcode, select ''Preferences -&gt; Downloads -&gt; Components -&gt; Command Line Tools''.
** Workaround: In Xcode, select ''Preferences <s>&gt; Downloads</s>&gt; Components -&gt; Command Line Tools''.


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


* Accessibility on Mac is disabled. Will be enabled in a future release.
* Accessibility on Mac is disabled. Will be enabled in a future release.
===Categories:===
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Revision as of 09:27, 24 February 2015


h1. Known Issues - Qt 5.0.0 release

All platforms

  • QTCREATORBUG-8377: Qt Creator shows no Qt 5 examples / examples from wrong version
    • Workaround: This can happen only if you have previous versions of Qt without appropriate documentation installed, and this is used as "Default&quot; Qt version. Go to Options - Build & Run - Kits and select the Qt 5.0.0 kit as the default one. Restart Creator.
  • 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

  • "QTIFW-191&quot;:https://bugreports.qt.io/browse/QTIFW-191 Installing Qt 5.0.0 to /usr/local gives error "Could not write installer configuration …"
    • Workaround: Either install into a location writeable by the user, or run installer with sudo and fix file permissions afterwards
  • QTBUG-28183: Dead keys don't work (Unable to input characters with diacritics)

Windows

  • QTBUG-28728: Binary installer package for Microsoft Visual C++ 2012 is not available yet.
    • Qt 5.0 can be built successfully from source using Visual Studio 2012
  • "Change request 43190&quot;:https://codereview.qt.io/43190
    • win_flex.exe didn't work on Windows XP (and reportedly, not with mingw on Windows 7 either)
  • Visual Studio Add-In v1.1.11 does not work with Qt 5.0
    • Version 1.2.0 can be used
  • "Bug 104436":https://bugs.webkit.org/show_bug.cgi?id=104436 [Qt] MinGW-w64 64-bit build fails when linking libQt5WebKitWidgetsd
    • qtwebkit doesn't build with MinGW. Disable webkit by removing the qtwebkit, qtwebkit-examples-and-demos directories before building
  • QTBUG-28743: configure.exe missed
    • configure.exe is only part of the .zip package. Workaround is to download this one, or do a 'touch qtbaseitignore'
  • QTBUG-28915: pdb files should be distributed for visual studio debug build
    • If you want to debug into Qt libs, you need to build qt by yourself for now.

Mac OS X

  • The binary packages do not support Mac OS X 10.6.
    • Workaround: To use Qt on or for 10.6, you need to build Qt yourself on a 10.6 machine
  • If Xcode Command Line Tools are not installed, installation fails with "Error while relocating Qt: Can't invoke otool. Is Xcode installed?"
    • Workaround: In Xcode, select Preferences > Downloads> Components -> Command Line Tools.
  • QTBUG-28336: Mac: linker warns about non-existing directories
    • Workaround: Not needed, the produced binaries work.
  • Accessibility on Mac is disabled. Will be enabled in a future release.