Toolchains: Add C++98 as a language standard.
This was curiously missing from the CompilerFlag enum, so e.g. setting "QMAKE_CXXFLAGS += -std=c++98" in a .pro file did not have the desired effect on higher-level code such as the code model. Change-Id: Ia4323b699a2ccea9d3cbde10b05affe87d955277 Reviewed-by:Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
Showing
- src/plugins/cpptools/cppprojects.cpp 2 additions, 0 deletionssrc/plugins/cpptools/cppprojects.cpp
- src/plugins/projectexplorer/gcctoolchain.cpp 1 addition, 0 deletionssrc/plugins/projectexplorer/gcctoolchain.cpp
- src/plugins/projectexplorer/toolchain.h 2 additions, 1 deletionsrc/plugins/projectexplorer/toolchain.h
Loading
Please register or sign in to comment