Skip to content

Commit

Permalink
fix analysis lib link error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12975 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Feb 25, 2010
1 parent 196037d commit 36f0add
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -16313,6 +16313,7 @@
"$(QT_LIB_CORE)",
"$(QT_LIB_GUI)",
"$(GDAL_LIB)",
"$(GEOS_LIB)",
);
PRODUCT_NAME = qgis_analysis;
};
Expand Down Expand Up @@ -16345,6 +16346,7 @@
"$(QT_LIB_CORE)",
"$(QT_LIB_GUI)",
"$(GDAL_LIB)",
"$(GEOS_LIB)",
);
PRODUCT_NAME = qgis_analysis;
};
Expand Down Expand Up @@ -19359,7 +19361,7 @@
COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
QGIS_VERSION_BUILD = 12965;
QGIS_VERSION_BUILD = 12967;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
Expand All @@ -19370,7 +19372,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
QGIS_VERSION_BUILD = 12965;
QGIS_VERSION_BUILD = 12967;
STRIP_INSTALLED_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 36f0add

Please sign in to comment.