mirror of https://github.com/qt/qtactiveqt.git
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: Icae44481aae4bec9d70267f0006117652e7923a0
This commit is contained in:
commit
c18e9edf4c
|
@ -0,0 +1,24 @@
|
|||
Qt 5.6.1 is a bug-fix release. It maintains both forward and backward
|
||||
compatibility (source and binary) with Qt 5.6.0.
|
||||
|
||||
For more details, refer to the online documentation included in this
|
||||
distribution. The documentation is also available online:
|
||||
|
||||
http://doc.qt.io/qt-5/index.html
|
||||
|
||||
The Qt version 5.6 series is binary compatible with the 5.5.x series.
|
||||
Applications compiled for 5.5 will continue to run with 5.6.
|
||||
|
||||
Some of the changes listed in this file include issue tracking numbers
|
||||
corresponding to tasks in the Qt Bug Tracker:
|
||||
|
||||
https://bugreports.qt.io/
|
||||
|
||||
Each of these identifiers can be entered in the bug tracker to obtain more
|
||||
information about a particular change.
|
||||
|
||||
****************************************************************************
|
||||
* Library *
|
||||
****************************************************************************
|
||||
|
||||
- This release contains only minor code improvements.
|
|
@ -0,0 +1,22 @@
|
|||
Qt 5.7 introduces many new features and improvements as well as bugfixes
|
||||
over the 5.6.x series. For more details, refer to the online documentation
|
||||
included in this distribution. The documentation is also available online:
|
||||
|
||||
http://doc.qt.io/qt-5/index.html
|
||||
|
||||
The Qt version 5.7 series is binary compatible with the 5.6.x series.
|
||||
Applications compiled for 5.6 will continue to run with 5.7.
|
||||
|
||||
Some of the changes listed in this file include issue tracking numbers
|
||||
corresponding to tasks in the Qt Bug Tracker:
|
||||
|
||||
https://bugreports.qt.io/
|
||||
|
||||
Each of these identifiers can be entered in the bug tracker to obtain more
|
||||
information about a particular change.
|
||||
|
||||
****************************************************************************
|
||||
* Library *
|
||||
****************************************************************************
|
||||
|
||||
- This release contains only minor code improvements.
|
|
@ -4,8 +4,6 @@ project = ActiveQt
|
|||
description = ActiveQt
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtactiveqt
|
||||
|
||||
qhp.projects = ActiveQt
|
||||
|
||||
qhp.ActiveQt.file = activeqt.qhp
|
||||
|
|
Loading…
Reference in New Issue