Fixes for when we don't have liblo on mac os x

This commit is contained in:
Alexandre Quessy
2014-04-03 23:30:51 -04:00
parent 0f3af44953
commit cfb88e6863
5 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -75,9 +75,10 @@ mac {
INCLUDEPATH += \
/opt/local/include/ \
/opt/local/include/libxml2
LIBS += -L/opt/local/lib \
LIBS += \
-framework OpenGL \
-framework GLUT
# -L/opt/local/lib \
QMAKE_CXXFLAGS += -D__MACOSX_CORE__
QMAKE_CXXFLAGS += -stdlib=libstdc++