I have qmake project with some headers and some .c files, in some of the header files I'm using C++11 headers, I have added CONFIG += c++11 option in .pro file, but the problem is IDE is not able to include C++ 11 specific headers say vector (for syntax highlighting), but the code builds. The issue resolves at the moment if I add a C++ class with .cpp file. But I dont want to do that.
Qt Creator version 4.5.1
Qt 5.6
Does anybody have a solution for this issue?
.cfiles? - Mat.cpp,.cxxor.ccextensions for C++ code. - Mat