(C++) How to use C++11 under Qt Creator?

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) C++11Qt Creator How to use C++11 under Qt Creator?

 

FAQ

 

In the project file, add the following line to enable C++11:

 


QMAKE_CXXFLAGS += -std=c++11