Skip to content

Commit dcb4310

Browse files
author
kyngchaos
committed
grass fix (r12936)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12941 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7c6767e commit dcb4310

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -5516,6 +5516,7 @@
55165516
72442AEA1095DCFC00B54796 /* qgsavoidintersectionsdialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsavoidintersectionsdialog.h; path = ../../src/app/qgsavoidintersectionsdialog.h; sourceTree = SOURCE_ROOT; };
55175517
72463E3C1122FEC500BE5F17 /* qgis.g.browser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgis.g.browser.cpp; path = ../../src/plugins/grass/qgis.g.browser.cpp; sourceTree = SOURCE_ROOT; };
55185518
72463E451122FEF200BE5F17 /* qgis.g.browser */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = qgis.g.browser; sourceTree = BUILT_PRODUCTS_DIR; };
5519+
7247F738112628A400533A28 /* qgis.v.kernel.rast.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = qgis.v.kernel.rast.py; path = ../../src/plugins/grass/scripts/qgis.v.kernel.rast.py; sourceTree = SOURCE_ROOT; };
55195520
72491FB511074E700035D7E5 /* characterwidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = characterwidget.cpp; path = "../../src/gui/symbology-ng/characterwidget.cpp"; sourceTree = SOURCE_ROOT; };
55205521
72491FB611074E700035D7E5 /* characterwidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = characterwidget.h; path = "../../src/gui/symbology-ng/characterwidget.h"; sourceTree = SOURCE_ROOT; };
55215522
72491FB911074EC20035D7E5 /* widget_fontmarker.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = widget_fontmarker.ui; path = ../../src/ui/symbollayer/widget_fontmarker.ui; sourceTree = SOURCE_ROOT; };
@@ -11001,6 +11002,7 @@
1100111002
children = (
1100211003
723FD0660FBCB94600EFA55D /* CMakeLists.txt */,
1100311004
723FD0670FBCB94600EFA55D /* db.connect-login.pg.py */,
11005+
7247F738112628A400533A28 /* qgis.v.kernel.rast.py */,
1100411006
72A6A4591005990500855EA6 /* r.external.all.py */,
1100511007
72E4DF0C0FE00FAD00D3505D /* v.out.ogr.pg.py */,
1100611008
);
@@ -19206,7 +19208,7 @@
1920619208
COPY_PHASE_STRIP = NO;
1920719209
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1920819210
GCC_OPTIMIZATION_LEVEL = 0;
19209-
QGIS_VERSION_BUILD = 12930;
19211+
QGIS_VERSION_BUILD = 12940;
1921019212
STRIP_INSTALLED_PRODUCT = NO;
1921119213
};
1921219214
name = Debug;
@@ -19217,7 +19219,7 @@
1921719219
buildSettings = {
1921819220
COPY_PHASE_STRIP = YES;
1921919221
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19220-
QGIS_VERSION_BUILD = 12930;
19222+
QGIS_VERSION_BUILD = 12940;
1922119223
STRIP_INSTALLED_PRODUCT = YES;
1922219224
};
1922319225
name = Release;

0 commit comments

Comments
 (0)