Qt Creator 2.7.2 released

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-9291QTCREATORBUG-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.


Blog Topics:

Comments

Commenting for this post has ended.

?
Lilian
0 points
143 months ago

I am already very pleased with the 2.8.0 RC...
Love the new features, yey for more space!

?
Rene Jensen
0 points
143 months ago

Please add Qt/axcontainer to the list of qbs submodules in 2.8!
Going back to qmake from qbs is just too painful.

?
Maurice Kalinowski
0 points
143 months ago

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.

?
Damon
0 points
143 months ago

qt-creator-windows-opensource-2.7.2.exe, in win xp sp3, could not install, without tips.

?
Sushant
0 points
143 months ago

SerialPort serial;
serial.setPort("/dev/ttyS0");
if(serial.open(QIODevice::ReadOnly)==true)
{
qDebug()<showMessage("open",3000);
}
statusBar()->showMessage("Failed",3000);
port is not open

?
Eike Ziller
0 points
143 months ago

bugreports should go to the bugtracker (or support) (aside from this being a post about Qt Creator, not Qt)