freebsd-clang added to qmake project

portability/clang
Rachel Fae Fox (foxiepaws) 2019-07-22 10:34:51 -04:00
parent 69215761d9
commit 9460490bce
1 changed files with 4 additions and 1 deletions

View File

@ -39,8 +39,11 @@ HEADERS += $$files(*.h, true) \
FORMS += $$files(*.ui, true)
RESOURCES += res/resources.qrc
unix:!macx {
freebsd-clang {
DEFINES += WITH_BOOST
LIBS += -lboost_math_tr1
}
macx: {