(C++) How to use C++11 under Qt Creator?
February 24, 2017 · View on GitHub
(C++) 
How to use C++11 under Qt Creator?
In the project file, add the following line to enable C++11:
QMAKE_CXXFLAGS += -std=c++11