Qt Creator 4.14 Beta released

We are happy to announce the release of Qt Creator 4.14 Beta!

The biggest change in Qt Creator 4.14 is one that you hopefully won't notice: We switched the build of our packages completely to the CMake build system! Other changes behind the scenes include adaptations to the code needed for building Qt Creator with Qt 5 and Qt 6, which is still an ongoing process. But here follows a summary of functionality fixes and changes:

C++ Support

We continued with lots of fixes and additions for the C++ code model and refactoring support, small and not quite so small.

Your C++ code is now automatically analyzed with Clazy and Clang-Tidy while typing again.

Projects

A note to all who use variables for external tools and configuration items: We renamed the "CurrentProject:*" variables to "CurrentDocument:Project:*", which better reflects their semantics. Please start using the new names as the old ones will be removed at some point.

If you had issues with opening qmake-based projects because "system" functions are executed: This functionality can now be turned off.

Other

We switched the default help viewer backend to use litehtml, so the default display of help in Qt Creator is much nicer. There were many other fixes, for Android support, version control integration, and in other areas. Have a look at our change log for a more detailed list.

Get Qt Creator 4.14 Beta

The opensource version is available on the Qt download page under "Pre-releases", and you find commercially licensed packages on the Qt Account Portal. Qt Creator 4.14 Beta is also available under Preview > Qt Creator 4.14.0-beta1 in the online installer. Please post issues in our bug tracker. You can also find us on IRC on #qt-creator on chat.freenode.net, and on the Qt Creator mailing list.

You can read the Qt Creator Manual in Qt Creator in the Help mode or access it online in the Qt documentation portal.


Blog Topics:

Comments