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.
The "Project" tab doesn't show right panel, it's empty (at least in cmake-based projects).
Could this be https://codereview.qt-project.org/c/qt-creator/qt-creator/+/319646 ?
I think it is, thanks!
I’ve got some issues with Qt Creator 4.14 beta1 and my Android project.
I have defined myself icon and splashscreen in the AndroidManifest.xml, but Qt Creator always removes my settings!
My icon and splashscreen are XML document placed in sub-folder android/res/drawable (icon.xml and splashscreen.xml).
There was defined like this
<application … android:icon="@drawable/icon">
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
How can I tell QtCreator not to remove my handwritten settings? I create a ticket for this ==> QTCREATORBUG-24879
I get: C:\Qt\Tools\Preview\Qt Creator 4.14.0-beta1\lib\qtcreator\plugins\UsageStatistic.dll: Cannot load library C:\Qt\Tools\Preview\Qt Creator 4.14.0-beta1\lib\qtcreator\plugins\UsageStatistic.dll: Unknown error 0x000000c1. On Windows 10x64 latest updates
Otherwise thank you, Leander Schulten for this insane amount of new features and fixes <3
I think one thing that the QtCreator team did & that is very notable (it's missing in the changelog): the experimental Conan plugin. If your project is using Conan, QtCreator will automatically detect a conanfile.txt and add the required "conan install ..." as a build step. With < 4.14, QtC wasn't able to parse such kind of CMake or qmake project. Just try it out by enabling the "Conan" plugin in QtCreator... ;-)
I see the Conan plugin but is there any doc on how to us it? I am currently using the conancmakerun so I do not have a conanfile.txt