-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ia25344ea00a919d5066814101b6f808964837944 Reviewed-by: Leena Miettinen <[email protected]>
- Loading branch information
Antti Kokko
committed
Nov 14, 2017
1 parent
768cd98
commit a8fe3e5
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Qt 5.10 introduces many new features and improvements as well as bugfixes | ||
over the 5.9.x series. For more details, refer to the documentation included | ||
in this distribution. The documentation is also available online: | ||
|
||
https://doc.qt.io/qt-5/ | ||
|
||
The Qt version 5.10 series is binary compatible with the 5.9.x series. | ||
Applications compiled for 5.9 will continue to run with 5.10. | ||
|
||
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. | ||
|
||
**************************************************************************** | ||
* Qt 5.10.0 Changes * | ||
**************************************************************************** | ||
|
||
- Updated documentation for Qt for VxWorks. | ||
- Clarified on where Qt license files are stored locally. | ||
- Documented dynamic language changes in Qt Quick applications. | ||
- Added examples/demos: Qt Cluster Demo, Coffee. | ||
- Fixed several instances of missing, incorrect, or obsolete information. |