Add compile flag for macOS

This commit is contained in:
Matthias Jung
2019-08-22 22:59:23 +02:00
parent 6388b3d75c
commit 9702d7a8f3

View File

@@ -34,6 +34,7 @@ unix:!macx {
macx: {
CONFIG += c++11
QMAKE_CXXFLAGS += -std=c++0x -stdlib=libc++ -O0 -g
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.14
}
INCLUDEPATH += ../library/src/simulation/