Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missed some GEOS bits (r10894)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10901 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Jun 11, 2009
1 parent ef003b0 commit f256b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -16821,6 +16821,7 @@
"$(GRASS_INC)",
"$(GDAL_INC)",
"$(PROJ_INC)",
"$(GEOS_INC)",
);
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
MACH_O_TYPE = mh_bundle;
Expand Down Expand Up @@ -16933,6 +16934,7 @@
"$(GRASS_INC)",
"$(GDAL_INC)",
"$(PROJ_INC)",
"$(GEOS_INC)",
);
INSTALL_PATH = "@executable_path/$(QGIS_LIB_SUBDIR)";
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
Expand Down Expand Up @@ -16966,6 +16968,7 @@
"$(GRASS_INC)",
"$(GDAL_INC)",
"$(PROJ_INC)",
"$(GEOS_INC)",
);
INSTALL_PATH = "@executable_path/$(QGIS_LIB_SUBDIR)";
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
Expand Down Expand Up @@ -17265,6 +17268,7 @@
"$(GRASS_INC)",
"$(GDAL_INC)",
"$(PROJ_INC)",
"$(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)";
Expand Down

0 comments on commit f256b49

Please sign in to comment.