Added -std to freebsd-clang

portability/clang
Rachel Fae Fox (foxiepaws) 2019-07-22 10:55:20 -04:00
parent 3ef8f61c4d
commit f3e48ade3c
1 changed files with 3 additions and 0 deletions

View File

@ -41,9 +41,11 @@ RESOURCES += res/resources.qrc
freebsd-clang {
DEFINES += WITH_BOOST
LIBS += -lboost_math_tr1
QMAKE_CXXFLAGS += -std=g++17
}
macx: {
@ -55,6 +57,7 @@ macx: {
QMAKE_CXXFLAGS += -I/usr/local/Cellar/boost/1.70.0/include/
}
# TODO: make this work.
CONFIG (boost) {
DEFINES += WITH_BOOST