Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntu で Qt Creator を使用しています。新しい C++11 機能を使用したいのですが、デフォルトでは有効になっていません。
新しい C++11 機能をサポートするように Qt Creator を構成するにはどうすればよいですか?
これは、次を追加することで実現できます。
QMAKE_CXXFLAGS += -std=c++11
あなたの.proファイルに。