Qt Creator 12 Released

In this blog post, we are excited to announce the release of Qt Creator 12. One of the new features is the integrated Compiler Explorer, which allows you to compile and execute code while writing it. You can also configure different compilers and save your work as a .qtce file. Another addition is the debugging functionality for CMake projects, which allows you to set breakpoints in CMake files and debug the configuration process. The CMake Profiler is also available, which helps analyze CMake performance. Additionally, the ScreenRecorder plugin is included for easily creating screen recordings. The blog post also mentions other improvements such as startup performance enhancements, updates to Clangd and Clang analyzer tools, and expanded functionality for C++ refactoring and the CMake editor. Commercial users can use Qt Creator 12 for free, and the software is available for download on the Qt website.

https://www.qt.io/blog/qt-creator-12-released

To top