Skip to content

Commit 36ea531

Browse files
author
kyngchaos
committed
fixed another debug configuration compile issue
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10351 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5563bcf commit 36ea531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -16126,6 +16126,7 @@
1612616126
"$(PGSQL_INC)",
1612716127
"$(GDAL_INC)",
1612816128
);
16129+
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
1612916130
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
1613016131
MACH_O_TYPE = mh_bundle;
1613116132
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
@@ -16199,6 +16200,7 @@
1619916200
"$(HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
1620016201
"$(GEOS_INC)",
1620116202
);
16203+
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
1620216204
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
1620316205
MACH_O_TYPE = mh_bundle;
1620416206
OTHER_CFLAGS = "$(QT_CXXFLAGS)";

0 commit comments

Comments
 (0)