mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fixes for when we don't have liblo on mac os x
This commit is contained in:
+2
-1
@@ -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++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user