Qt Creator 4.6 RC released

We are happy to announce the release of Qt Creator 4.6 RC!

Since the beta release we have been busy with bug fixing. Please refer to the beta blog post and our change log for an overview of what is new in Qt Creator 4.6. As always this is a final call for feedback from you before we release 4.6.0, so we would be happy to hear from you on our bug tracker, the mailing list, or on IRC.

Get Qt Creator 4.6 RC

The opensource version is available on the Qt download page, and you find commercially licensed packages on the Qt Account Portal. Qt Creator 4.6 RC is also available under Preview > Qt Creator 4.6.0-rc1 in the online installer, as an update to the beta release. 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.


Blog Topics:

Comments

Commenting for this post has ended.

?
Eli
0 points
86 months ago

Nice! Are QML enums supportet yet?

?
Mikołaj
0 points
86 months ago

I'd really love to test and switch to new awesome QtCreator 4.6 but unfortunately it's completely unusable for me: https://bugreports.qt.io/br...

?
Ivan
0 points
86 months ago

Do you use 32-bit QtCreator build? If yes try 64-bit - it might fix your issue.

?
Konstantin Isakov
0 points
86 months ago

My code isn't c++17-compliant (has throw specifications), and since c++-17 is now enforced, clang code model marks them all red. Is there any way to pass -std=c++14 to it? I can't pass anything which doesn't start with -W in Options/C++/Code Model, because it's "sanity checked" nowadays.

?
Eike Ziller
0 points
86 months ago

Which project type is that? That should be switched automatically based on the flags that your project specifies.

?
Konstantin Isakov
0 points
86 months ago

It's a generic project (the one which has .files, .includes, and .config). Not sure how to configure C++ standard there.

?
Eike Ziller
0 points
86 months ago

Right, there is an issue. It looks like a while ago there might have been a workaround by adding a custom compiler in the settings and setting e.g. -std=c++11 in the "Platform codegen flags", but I couldn't make it to work either. Can you please create a bug report?

?
Andre
0 points
86 months ago

I'm just updating from 4.6-beta to 4.6-rc with the online installer.

Unfortunately I'm forced to update Creator 4.5.1 to 4.5.2 at the same time... no chance to get around.

?
Prav
0 points
85 months ago

Installer is doing "Preforming license pre-condition check" ... VERY long. I do not know how long because I out of patience to wait ... more than 5minutes for sure :(

?
crash
0 points
85 months ago

Without internet connection it never ends :)

?
Gav
0 points
85 months ago

Is it possible to install offline?
My install hangs at the very start (I have no internet on the environment I need to install)

?
User
0 points
85 months ago

+1 to the same problem

?
crackedmind
0 points
85 months ago

You can get snapshots from here http://download.qt.io/snaps...

?
Eike Ziller
0 points
85 months ago

The opensource offline installers seem to work here. At least if you do not have any network at all.