Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
1.6.0
-
None
-
OS: Windows 7
Compiler: TDM-GCC-64
Description
Using
cpp.cxxLanguageVersion: "c++11"
to enable c++11 support allows for correct compilation, but not for correct highlighting/code completion/etc.
However, using
cpp.cxxFlags: [ "-std=c++0x", ]
instead causes correct compilation (in most cases) AND correct highlighting/code completion/etc., as this has reportedly been fixed due to bug report QBS-481.
I attached a QBS project that should reproduce the problem. As stated under "Environment" I am using a Kit with a TDM-GCC-64 compiler and a gdb64 debugger (in case that matters).
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-17207 Clang: Info bar with error: "You must build your code with position independent code if Qt was built with -reduce-relocations."
- Closed