标题:Qt 5.1.1 Released
作者:roywillow
日期:2013-08-28 20:46
内容:
原文见:http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released
Qt 5.1.1 Released
Published Wednesday August 28th, 2013 | by Tuukka Turunen
Today, we released Qt 5.1.1, the first patch release for the Qt 5.1 series. It provides many improvements over Qt 5.1.0 as well as packages Qt Creator 2.8.1 to the installers. As a patch release, it does not add new features and remains binary compatible with Qt 5.1.0.
It has been 8 weeks since we released Qt 5.1.0 and we have received a lot of good feedback on the improvements it provides. Many of you have already taken the Qt Quick Controls for a spin or tried out the mobile ports for Android and iOS. Based on the feedback received from the Qt Enterprise customers as well as the whole Qt community, Qt 5.1.1 is providing improvements over Qt 5.1.0 throughout different Qt modules. We are also including Qt Creator 2.8.1 for easy installation via offline and online installers.
For a detailed list of changes in Qt 5.1.1, please have a look at the change files included in each module – or check the most important ones: qtbase, qtdeclarative, qtquickcontrols and qtmultimedia, as well as the Qt Creator 2.8.1 release announcement, and the page listing known issues for Qt 5.1.1.
As always, Qt 5.1.1 maintains both forward and backward source and binary compatibility with Qt 5.1.0. We are continuously ironing out the glitches and improving the quality with every new release. If you encountera previously unknown bug in Qt 5, please he ..
#1 [彩阳 08-28 22:25]
我在ubuntu13.04下使用Qt installer安装成功!
#2 [realfan 08-29 08:34]
好,赶紧去下载
#3 [skykingf 08-29 15:11]
nice
#4 [zgfree 08-29 17:12]
比较关心静态编译
#5 回 4楼(zgfree) 的帖子 [彩阳 08-30 00:50]
静态编译在这些Qt版本都可以的啊,只要有源代码就可以自己静态编译Qt,然后使用编译的Qt库编译你的程序。