remove useless flags in .pro file for os x

This commit is contained in:
Alexandre Quessy
2014-04-26 06:21:58 -04:00
parent 322da96ed2
commit f870641aab
+3 -3
View File
@@ -89,9 +89,9 @@ unix:!mac {
# Mac OS X-specific:
mac {
DEFINES += MACOSX
INCLUDEPATH += \
/opt/local/include/ \
/opt/local/include/libxml2
# INCLUDEPATH += \
# /opt/local/include/ \
# /opt/local/include/libxml2
LIBS += \
-framework OpenGL \
-framework GLUT