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


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


* 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 &quot;qtquick2plugin&amp;quot; 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.  


* QWidget::createWindowContainer doesn’t work as expected
* QWidget::createWindowContainer doesn't work as expected
** <span class="caps">QTBUG</span>-31774: Widgets created with QWidget::createWindowContainer does not respect shortcuts on X11
** QTBUG-31774: Widgets created with QWidget::createWindowContainer does not respect shortcuts on X11
** <span class="caps">QTBUG</span>-31775: Widgets created with QWidget::createWindowContainer does not have correct focus/activation
** QTBUG-31775: Widgets created with QWidget::createWindowContainer does not have correct focus/activation
** <span class="caps">QTBUG</span>-31776: Input/focus combined with QWidget::createWindowContainer behaves incorrectly
** QTBUG-31776: Input/focus combined with QWidget::createWindowContainer behaves incorrectly


==Linux==
== Linux ==


N/A
N/A


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-31823: Qt 5.1.0-rc1 registration fails sometimes on windows
* QTBUG-31823: Qt 5.1.0-rc1 registration fails sometimes on windows
** In case it pops up a message that there was an unexpected exit code of the sdktool
** In case it pops up a message that there was an unexpected exit code of the sdktool
** Ignore that messagebox and register Qt in QtCreator manually. Afterwards everything else should work as expected.
** Ignore that messagebox and register Qt in QtCreator manually. Afterwards everything else should work as expected.


* <span class="caps">QTBUG</span>-31786: big source package requires perl for configure.bat
* QTBUG-31786: big source package requires perl for configure.bat  
** Use the split source packages
** Use the split source packages
** Workaround: Install perl
** Workaround: Install perl
** Workaround: Go to qtbase and run configure there, then build module by<br /> module
** Workaround: Go to qtbase and run configure there, then build module by<br />module


* <span class="caps">QTBUG</span>-31788: Binary installer fails to install with “Couldn’t get authorization”
* QTBUG-31788: Binary installer fails to install with &quot;Couldn't get authorization&amp;quot;
** Workaround: Start the installer with “Run as Administrator”
** Workaround: Start the installer with &quot;Run as Administrator&amp;quot;


* QWidget::TabletEvent is not working, since 5.0.0.
* QWidget::TabletEvent is not working, since 5.0.0.


* <span class="caps">QTBUG</span>-31784: Text Editor example’s text selection is broken
* QTBUG-31784: Text Editor example's text selection is broken


* <span class="caps">QTBUG</span>-31785: QSslSocket errors when running youtubeview example
* QTBUG-31785: QSslSocket errors when running youtubeview example


* <span class="caps">QTBUG</span>-31067: Windows: quick/demos/maroon example application doesn’t exit normally
* QTBUG-31067: Windows: quick/demos/maroon example application doesn't exit normally


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


* Windows installers have C runtime dependency
* Windows installers have C runtime dependency
Line 51: Line 51:


* Qt Enterprise Maintenance Tool shortcut does not work
* Qt Enterprise Maintenance Tool shortcut does not work
** see <span class="caps">QTBUG</span>-31826: Qt Enterprise Maintenance Tool shortcut does not work
** see QTBUG-31826: Qt Enterprise Maintenance Tool shortcut does not work


* <span class="caps">QTBUG</span>-31862: QDir::mkdir for an absolute path will fail if the working directory is not on the same drive
* QTBUG-31862: QDir::mkdir for an absolute path will fail if the working directory is not on the same drive
** Workaround: Change application working directory to drive where path is to be created
** Workaround: Change application working directory to drive where path is to be created


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


* Pre-build binaries can not be used for deployment to OS X 10.6
* Pre-build binaries can not be used for deployment to OS X 10.6
** The libraries in the binary installer now are compiled with c++11 support, which requires linking against libstdc++. This library is available only on 10.7 onwards
** The libraries in the binary installer now are compiled with c+''11 support, which requires linking against libstdc. This library is available only on 10.7 onwards<br />'''''' See also QTBUG-31586:sth disabled the c11 option when build static lib on Mac<br />'''''' Workaround: Compile Qt on your own, pass '-no-c''+11' to configure
** See also <span class="caps">QTBUG</span>-31586:sth disabled the c++11 option when build static lib on Mac
** Workaround: Compile Qt on your own, pass -no-c++11’ to configure


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


* <span class="caps">QTBUG</span>-31808: static builds not working on Mac OS X 10.8
* QTBUG-31808: static builds not working on Mac OS X 10.8  
** Workaround: Apply suggested fix https://codereview.qt.io/59164
** Workaround: Apply suggested fix https://codereview.qt.io/59164


==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 10:18, 24 February 2015


h1. Known Issues - Qt 5.1.0 rc1

All platforms

  • 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&quot; 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.
  • QWidget::createWindowContainer doesn't work as expected
    • QTBUG-31774: Widgets created with QWidget::createWindowContainer does not respect shortcuts on X11
    • QTBUG-31775: Widgets created with QWidget::createWindowContainer does not have correct focus/activation
    • QTBUG-31776: Input/focus combined with QWidget::createWindowContainer behaves incorrectly

Linux

N/A

Windows

  • QTBUG-31823: Qt 5.1.0-rc1 registration fails sometimes on windows
    • In case it pops up a message that there was an unexpected exit code of the sdktool
    • Ignore that messagebox and register Qt in QtCreator manually. Afterwards everything else should work as expected.
  • QTBUG-31786: big source package requires perl for configure.bat
    • Use the split source packages
    • Workaround: Install perl
    • Workaround: Go to qtbase and run configure there, then build module by
      module
  • QTBUG-31788: Binary installer fails to install with "Couldn't get authorization&quot;
    • Workaround: Start the installer with "Run as Administrator&quot;
  • QWidget::TabletEvent is not working, since 5.0.0.
  • QTBUG-31784: Text Editor example's text selection is broken
  • QTBUG-31785: QSslSocket errors when running youtubeview example
  • QTBUG-31067: Windows: quick/demos/maroon example application doesn't exit normally
  • QTBUG-31800: WMF backend on Windows with OpenGL - video playback is broken
    • Workaround: Use an ANGLE build of Qt.
  • Qt Enterprise Maintenance Tool shortcut does not work
    • see QTBUG-31826: Qt Enterprise Maintenance Tool shortcut does not work
  • QTBUG-31862: QDir::mkdir for an absolute path will fail if the working directory is not on the same drive
    • Workaround: Change application working directory to drive where path is to be created

Mac OS X

  • Pre-build binaries can not be used for deployment to OS X 10.6
    • The libraries in the binary installer now are compiled with c+11 support, which requires linking against libstdc. This library is available only on 10.7 onwards
      '
      See also QTBUG-31586:sth disabled the c11 option when build static lib on Mac
      '
      Workaround: Compile Qt on your own, pass '-no-c+11' to configure
  • 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