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 c6d9ca123c
commit 5ced74f360
+3 -3
View File
@@ -93,9 +93,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