Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Nikolai Kosjar
On 11/15/18 3:55 PM, Julius Bullinger wrote: > Hi Nikolai > > On 06.11.2018 12:19, Nikolai Kosjar wrote: >> Recently there were some changes in that area. Could you please try >> again with the updated snapshots for 4.8? >> >> http://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2 > > I

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Marco Bubke
Hi You cannot set MSVC 2017 Version 15.8 to C++11, only C++14 or C++17 is possible. If you set it to C++11 you should get C++17. From: Qt-creator on behalf of Nikolai Kosjar Sent: Thursday, November 15, 2018 4:33:50 PM To: Julius Bullinger;

[Qt-creator] kit with sdktool that has empty cmake configuration

2018-11-15 Thread Christoph Mathys
Hi, I use sdktool to create all kit configurations that we use internally (debugger, cmake, toolchain, kits). Unfortunately, I still need to resort to sed to delete an empty value from the cmake argument list. My call to sdktool is about the following: sdktool addKit --id kit_gcc49_cmake \

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Julius Bullinger
Hi Nikolai On 06.11.2018 12:19, Nikolai Kosjar wrote: Recently there were some changes in that area. Could you please try again with the updated snapshots for 4.8? http://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2 I managed to built the latest 4.8 branch on my machine, and still got