From f870641aabfc3bbfb9817971928df1c1921df0ff Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Sat, 26 Apr 2014 06:21:58 -0400 Subject: [PATCH] remove useless flags in .pro file for os x --- mapmap.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mapmap.pro b/mapmap.pro index 0fe998c..6bd0808 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -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