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


* <span class="caps">QTBUG</span>-27426: 5.0 Final release tasks
* QTBUG-27426: 5.0 Final release tasks


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


* Some examples are missing from the Qt Creator’s welcome screen
* Some examples are missing from the Qt Creator’s welcome screen


==Linux==
== Linux ==


* nothing yet
* nothing yet


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-28590: Desktop OpenGL examples fail to build
* QTBUG-28590: Desktop OpenGL examples fail to build
** Support is limited to OpenGL ES 2.0 via <span class="caps">ANGLE</span> on Windows
** Support is limited to OpenGL ES 2.0 via ANGLE on Windows


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


* <span class="caps">QTBUG</span>-28336: Mac: linker warnings about non-existing directories
* QTBUG-28336: Mac: linker warnings about non-existing directories
* <span class="caps">QTBUG</span>-28496: Mac: Debugging fails when linking to debug version of Qt libraries
* QTBUG-28496: Mac: Debugging fails when linking to debug version of Qt libraries


==The installers itself doesn’t check some prequisites:==
== The installers itself doesn't check some prequisites: ==


* Mac OS X
* Mac OS X
Line 27: Line 27:
** installed xcode command line tools: somewhere here http://developer.apple.com/downloads/ (Apple ID needed)
** installed xcode command line tools: somewhere here http://developer.apple.com/downloads/ (Apple ID needed)
* Linux
* Linux
** installed gcc with a at least a <span class="caps">GLIBCXX</span>_3.4.15
** installed gcc with a at least a GLIBCXX_3.4.15
* Windows
* Windows
** MS Debugging Tools to be able to debug own code which are inside the Windows <span class="caps">SDK</span>: http://www.microsoft.com/en-us/download/details.aspx?id=8279 (Note: When you install the Windows <span class="caps">SDK</span>, but sure to select Debugging Tools in the installation wizard.)
===Categories:===
* [[:Category:Release|Release]]
** [[:Category:Release::Known-Issues|Known Issues]]

Revision as of 11:42, 24 February 2015


h1. Known Issues - Qt 5.0.0 Release Candidate 2

  • QTBUG-27426: 5.0 Final release tasks

All platforms

  • Some examples are missing from the Qt Creator’s welcome screen

Linux

  • nothing yet

Windows

  • QTBUG-28590: Desktop OpenGL examples fail to build
    • Support is limited to OpenGL ES 2.0 via ANGLE on Windows

Mac OS X

  • QTBUG-28336: Mac: linker warnings about non-existing directories
  • QTBUG-28496: Mac: Debugging fails when linking to debug version of Qt libraries

The installers itself doesn't check some prequisites:

  • Mac OS X
  • Linux
    • installed gcc with a at least a GLIBCXX_3.4.15
  • Windows