Mac compile for for non-cgal builds

git-svn-id: http://svn.clifford.at/openscad/trunk@212 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-01-06 04:14:01 +00:00
parent b45ac89d50
commit bc88fb8c39
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ opencsg {
INCLUDEPATH += $$OPENCSG_DIR/include
LIBS += -L$$OPENCSG_DIR/lib
}
macx {
# For glew
INCLUDEPATH += /opt/local/include
LIBS += -L/opt/local/lib
}
}
QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentium