I'm happy to announce the release of Qt Creator 2.7.2. This is a pure patch release, mostly focused on improving the support for Android development. Several issues with deployment have been fixed (e.g. QTCREATORBUG-9291, QTCREATORBUG-9299, QTCREATORBUG-9294), a frequent crash (QTCREATORBUG-9660), and many more things.
Other areas have received fixes too, like debugging, Qt Quick designer and C++ support, so you should definitely also check it out when you are not doing Android development :)
Open source download: Qt Creator downloads page (or the Qt Project downloads front page)
Qt Commercial customers find packages in the Customer Portal
Qt Creator 2.7.2 will be part of Qt 5.1.
Commenting for this post has ended.
I am already very pleased with the 2.8.0 RC...
Love the new features, yey for more space!
Please add Qt/axcontainer to the list of qbs submodules in 2.8!
Going back to qmake from qbs is just too painful.
The easiest is to create a JIRA item on our bugtracker for QBS. Then it will not get forgotten, especially as QBS is not the precise topic of this entry.
qt-creator-windows-opensource-2.7.2.exe, in win xp sp3, could not install, without tips.
SerialPort serial;
serial.setPort("/dev/ttyS0");
if(serial.open(QIODevice::ReadOnly)==true)
{
qDebug()<showMessage("open",3000);
}
statusBar()->showMessage("Failed",3000);
port is not open
bugreports should go to the bugtracker (or support) (aside from this being a post about Qt Creator, not Qt)