Skip to content

Commit 36f0add

Browse files
author
kyngchaos
committed
fix analysis lib link error
git-svn-id: http://svn.osgeo.org/qgis/trunk@12975 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 196037d commit 36f0add

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16313,6 +16313,7 @@
1631316313
"$(QT_LIB_CORE)",
1631416314
"$(QT_LIB_GUI)",
1631516315
"$(GDAL_LIB)",
16316+
"$(GEOS_LIB)",
1631616317
);
1631716318
PRODUCT_NAME = qgis_analysis;
1631816319
};
@@ -16345,6 +16346,7 @@
1634516346
"$(QT_LIB_CORE)",
1634616347
"$(QT_LIB_GUI)",
1634716348
"$(GDAL_LIB)",
16349+
"$(GEOS_LIB)",
1634816350
);
1634916351
PRODUCT_NAME = qgis_analysis;
1635016352
};
@@ -19359,7 +19361,7 @@
1935919361
COPY_PHASE_STRIP = NO;
1936019362
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1936119363
GCC_OPTIMIZATION_LEVEL = 0;
19362-
QGIS_VERSION_BUILD = 12965;
19364+
QGIS_VERSION_BUILD = 12967;
1936319365
STRIP_INSTALLED_PRODUCT = NO;
1936419366
};
1936519367
name = Debug;
@@ -19370,7 +19372,7 @@
1937019372
buildSettings = {
1937119373
COPY_PHASE_STRIP = YES;
1937219374
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19373-
QGIS_VERSION_BUILD = 12965;
19375+
QGIS_VERSION_BUILD = 12967;
1937419376
STRIP_INSTALLED_PRODUCT = YES;
1937519377
};
1937619378
name = Release;

0 commit comments

Comments
 (0)