Skip to content

Commit f9d067d

Browse files
author
kyngchaos
committedJun 10, 2009
GRASS PG export (r10899)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10900 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 80ac2f0 commit f9d067d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,10 @@
14021402
72A892CC0FAF7B8500108152 /* qgsconfigureshortcutsdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72A892CA0FAF7B6100108152 /* qgsconfigureshortcutsdialog.cpp */; };
14031403
72A892CD0FAF7B8500108152 /* qgsshortcutsmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72A892C90FAF7B6100108152 /* qgsshortcutsmanager.cpp */; };
14041404
72A892CE0FAF7B9400108152 /* qgsconfigureshortcutsdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A892CB0FAF7B6100108152 /* qgsconfigureshortcutsdialog.h */; };
1405+
72E4DF0D0FE00FB600D3505D /* qgis.v.out.ogr.pg.py in Copy - scripts */ = {isa = PBXBuildFile; fileRef = 72E4DF0C0FE00FAD00D3505D /* qgis.v.out.ogr.pg.py */; };
1406+
72E4DF120FE0101500D3505D /* qgis.v.out.ogr.pg.1.png in Copy - modules */ = {isa = PBXBuildFile; fileRef = 72E4DF110FE00FFD00D3505D /* qgis.v.out.ogr.pg.1.png */; };
1407+
72E4DF130FE0101500D3505D /* qgis.v.out.ogr.pg.2.png in Copy - modules */ = {isa = PBXBuildFile; fileRef = 72E4DF100FE00FFD00D3505D /* qgis.v.out.ogr.pg.2.png */; };
1408+
72E4DF140FE0101500D3505D /* qgis.v.out.ogr.pg.qgm in Copy - modules */ = {isa = PBXBuildFile; fileRef = 72E4DF0F0FE00FFD00D3505D /* qgis.v.out.ogr.pg.qgm */; };
14051409
72E707040F42691B00142011 /* __init__.py in Copy - qgis */ = {isa = PBXBuildFile; fileRef = 7209ED860F39E5D9003DC336 /* __init__.py */; };
14061410
72E7070A0F426A5C00142011 /* __init__.py in Copy - mapserver */ = {isa = PBXBuildFile; fileRef = 7209EDD30F39E5D9003DC336 /* __init__.py */; };
14071411
72E7070B0F426A5C00142011 /* mapserver_export.png in Copy - mapserver */ = {isa = PBXBuildFile; fileRef = 7209EDD50F39E5D9003DC336 /* mapserver_export.png */; };
@@ -3688,6 +3692,7 @@
36883692
dstSubfolderSpec = 0;
36893693
files = (
36903694
723FD06B0FBCBA3500EFA55D /* qgis.db.connect-login.pg.py in Copy - scripts */,
3695+
72E4DF0D0FE00FB600D3505D /* qgis.v.out.ogr.pg.py in Copy - scripts */,
36913696
);
36923697
name = "Copy - scripts";
36933698
runOnlyForDeploymentPostprocessing = 0;
@@ -5258,6 +5263,9 @@
52585263
72E70A1E0F426C7600142011 /* v.what.vect.qgm in Copy - modules */,
52595264
723FD0620FBCB91C00EFA55D /* qgis.db.connect-login.pg.1.png in Copy - modules */,
52605265
723FD0630FBCB91C00EFA55D /* qgis.db.connect-login.pg.qgm in Copy - modules */,
5266+
72E4DF120FE0101500D3505D /* qgis.v.out.ogr.pg.1.png in Copy - modules */,
5267+
72E4DF130FE0101500D3505D /* qgis.v.out.ogr.pg.2.png in Copy - modules */,
5268+
72E4DF140FE0101500D3505D /* qgis.v.out.ogr.pg.qgm in Copy - modules */,
52615269
);
52625270
name = "Copy - modules";
52635271
runOnlyForDeploymentPostprocessing = 0;
@@ -8480,6 +8488,10 @@
84808488
72B602A80FA0CB4100E00BC9 /* ts2cpp.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; name = ts2cpp.pl; path = ../../scripts/ts2cpp.pl; sourceTree = SOURCE_ROOT; };
84818489
72B957270F45C24200E3FF98 /* ReadMe.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ReadMe.rtf; sourceTree = SOURCE_ROOT; };
84828490
72D232D30F4A206E000B9039 /* qgis_user-template.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "qgis_user-template.xcconfig"; sourceTree = SOURCE_ROOT; };
8491+
72E4DF0C0FE00FAD00D3505D /* qgis.v.out.ogr.pg.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = qgis.v.out.ogr.pg.py; path = ../../src/plugins/grass/scripts/qgis.v.out.ogr.pg.py; sourceTree = SOURCE_ROOT; };
8492+
72E4DF0F0FE00FFD00D3505D /* qgis.v.out.ogr.pg.qgm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgis.v.out.ogr.pg.qgm; path = ../../src/plugins/grass/modules/qgis.v.out.ogr.pg.qgm; sourceTree = SOURCE_ROOT; };
8493+
72E4DF100FE00FFD00D3505D /* qgis.v.out.ogr.pg.2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = qgis.v.out.ogr.pg.2.png; path = ../../src/plugins/grass/modules/qgis.v.out.ogr.pg.2.png; sourceTree = SOURCE_ROOT; };
8494+
72E4DF110FE00FFD00D3505D /* qgis.v.out.ogr.pg.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = qgis.v.out.ogr.pg.1.png; path = ../../src/plugins/grass/modules/qgis.v.out.ogr.pg.1.png; sourceTree = SOURCE_ROOT; };
84838495
72E9A3B50F5AE5BD00E78E3C /* qgscomposerview.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = qgscomposerview.sip; sourceTree = "<group>"; };
84848496
72E9A3BE0F5AE63500E78E3C /* qgsscalebarstyle.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsscalebarstyle.sip; path = ../../python/core/qgsscalebarstyle.sip; sourceTree = SOURCE_ROOT; };
84858497
72E9A3BF0F5AE63500E78E3C /* qgscomposeritem.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgscomposeritem.sip; path = ../../python/core/qgscomposeritem.sip; sourceTree = SOURCE_ROOT; };
@@ -10973,6 +10985,9 @@
1097310985
7209EB220F39E57B003DC336 /* v.what.vect.qgm */,
1097410986
723FD0600FBCB8E100EFA55D /* qgis.db.connect-login.pg.qgm */,
1097510987
723FD0610FBCB8E100EFA55D /* qgis.db.connect-login.pg.1.png */,
10988+
72E4DF0F0FE00FFD00D3505D /* qgis.v.out.ogr.pg.qgm */,
10989+
72E4DF100FE00FFD00D3505D /* qgis.v.out.ogr.pg.2.png */,
10990+
72E4DF110FE00FFD00D3505D /* qgis.v.out.ogr.pg.1.png */,
1097610991
);
1097710992
name = modules;
1097810993
path = ../../src/plugins/grass/modules;
@@ -12853,6 +12868,7 @@
1285312868
children = (
1285412869
723FD0660FBCB94600EFA55D /* CMakeLists.txt */,
1285512870
723FD0670FBCB94600EFA55D /* qgis.db.connect-login.pg.py */,
12871+
72E4DF0C0FE00FAD00D3505D /* qgis.v.out.ogr.pg.py */,
1285612872
);
1285712873
name = scripts;
1285812874
path = ../../src/plugins/grass/scripts;
@@ -18092,6 +18108,7 @@
1809218108
COPY_PHASE_STRIP = NO;
1809318109
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1809418110
GCC_OPTIMIZATION_LEVEL = 0;
18111+
QGIS_VERSION_BUILD = 20090610;
1809518112
STRIP_INSTALLED_PRODUCT = NO;
1809618113
};
1809718114
name = Debug;
@@ -18102,6 +18119,7 @@
1810218119
buildSettings = {
1810318120
COPY_PHASE_STRIP = YES;
1810418121
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18122+
QGIS_VERSION_BUILD = 20090610;
1810518123
STRIP_INSTALLED_PRODUCT = YES;
1810618124
};
1810718125
name = Release;

‎mac/xcode/qgis_settings.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ QGIS_RELEASE_NAME = Unstable Trunk
1818
QGIS_VERSION_MAJOR = 1
1919
QGIS_VERSION_MINOR = 2
2020
QGIS_VERSION_PATCH = 0
21-
QGIS_VERSION_BUILD = 20090502
2221
QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_VERSION_BUILD)
2322
QGIS_VERSION_INT = 10200
2423

0 commit comments

Comments
 (0)
Please sign in to comment.