Skip to content

Commit

Permalink
fixed another debug configuration compile issue
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10351 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Mar 21, 2009
1 parent 30bd78a commit 34b24ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -16126,6 +16126,7 @@
"$(PGSQL_INC)",
"$(GDAL_INC)",
);
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
MACH_O_TYPE = mh_bundle;
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
Expand Down Expand Up @@ -16199,6 +16200,7 @@
"$(HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
"$(GEOS_INC)",
);
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
MACH_O_TYPE = mh_bundle;
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
Expand Down

0 comments on commit 34b24ee

Please sign in to comment.