I know that Qt Creator can recognize C ++ 11 in Cmake and QT projects, but how to activate it in common projects (for example, created using the "import an existing project" option)? It is not enabled by default (for example, autocomplete does not work for C ++ 11 classes such as std::shared_ptr , etc.).
source share