Skip to content

Commit 1ed4f60

Browse files
author
kyngchaos
committedJul 17, 2009
grass v.split module (r11095)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11100 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e100d5d commit 1ed4f60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6633,6 +6633,9 @@
66336633
72993C7E0FE3037800244D1A /* v.what.vect.2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = v.what.vect.2.png; path = "../../src/plugins/grass/modules-common/v.what.vect.2.png"; sourceTree = SOURCE_ROOT; };
66346634
72993C7F0FE3037800244D1A /* v.what.vect.qgm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = v.what.vect.qgm; path = "../../src/plugins/grass/modules-common/v.what.vect.qgm"; sourceTree = SOURCE_ROOT; };
66356635
7299E8B70F90EFB9002F58DE /* TRANSLATORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = TRANSLATORS; path = ../../TRANSLATORS; sourceTree = SOURCE_ROOT; };
6636+
729AEE701010B4ED0046ADB9 /* v.split.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = v.split.1.png; path = "../../src/plugins/grass/modules-common/v.split.1.png"; sourceTree = SOURCE_ROOT; };
6637+
729AEE711010B4ED0046ADB9 /* v.split.2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = v.split.2.png; path = "../../src/plugins/grass/modules-common/v.split.2.png"; sourceTree = SOURCE_ROOT; };
6638+
729AEE721010B4ED0046ADB9 /* v.split.qgm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = v.split.qgm; path = "../../src/plugins/grass/modules-common/v.split.qgm"; sourceTree = SOURCE_ROOT; };
66366639
729BBEFF0F40770B001BCB63 /* qgis_help.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = qgis_help.app; sourceTree = BUILT_PRODUCTS_DIR; };
66376640
729BBF010F40770B001BCB63 /* qgis_help-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "qgis_help-Info.plist"; sourceTree = "<group>"; };
66386641
729BBF3D0F407CBA001BCB63 /* libqgispython.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libqgispython.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -11260,6 +11263,9 @@
1126011263
72993C480FE3037800244D1A /* v.select.overlap.2.svg */,
1126111264
72993C490FE3037800244D1A /* v.select.overlap.3.svg */,
1126211265
72993C4A0FE3037800244D1A /* v.select.overlap.qgm */,
11266+
729AEE701010B4ED0046ADB9 /* v.split.1.png */,
11267+
729AEE711010B4ED0046ADB9 /* v.split.2.png */,
11268+
729AEE721010B4ED0046ADB9 /* v.split.qgm */,
1126311269
72993C4B0FE3037800244D1A /* v.support.1.svg */,
1126411270
72993C4C0FE3037800244D1A /* v.support.2.png */,
1126511271
72993C4D0FE3037800244D1A /* v.support.qgm */,

0 commit comments

Comments
 (0)
Please sign in to comment.