diff options
author | Nao Pross <naopross@thearcway.org> | 2018-01-12 17:58:47 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-01-12 17:58:47 +0100 |
commit | 85f547d585552fb0f87acd08722aabccb229e2a5 (patch) | |
tree | 1832522db8b84d71fd3045704d288d029c1c0504 | |
parent | Add makefile and remove cmake stuff from gitignore (diff) | |
download | OrbitingYeti-master.tar.gz OrbitingYeti-master.zip |
-rw-r--r-- | OrbitingYeti.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OrbitingYeti.pro b/OrbitingYeti.pro index 1821c44..8ac911b 100644 --- a/OrbitingYeti.pro +++ b/OrbitingYeti.pro @@ -8,6 +8,13 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +# Enable C++11 support +greaterThan(QT_MAJOR_VERSION, 4) { + CONFIG += c++11 +} else { + QMAKE_CXXFLAGS += -std=c++0x +} + TARGET = OrbitingYeti TEMPLATE = app |