Skip to content

Commit

Permalink
install analysis header (r11623)
Browse files Browse the repository at this point in the history
install CONTRIBUTORS (r11628)
Mimas release name (r11630)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11638 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Sep 12, 2009
1 parent 73ba3bc commit b9b1cff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -1821,6 +1821,8 @@
72FB54CC0FAF3ADB00AB2F8D /* qgsattributetablememorymodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C10FAF3A5D00AB2F8D /* qgsattributetablememorymodel.cpp */; };
72FB54CE0FAF3B5E00AB2F8D /* qgsattributetabledelegate.h in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C60FAF3A5D00AB2F8D /* qgsattributetabledelegate.h */; };
72FB54CF0FAF3B5E00AB2F8D /* qgsattributetablememorymodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C20FAF3A5D00AB2F8D /* qgsattributetablememorymodel.h */; };
72FE24C7105BE1B50026B6CB /* CONTRIBUTORS in Copy - doc */ = {isa = PBXBuildFile; fileRef = 7256F2E30F4147890022BE1F /* CONTRIBUTORS */; };
72FE24C8105BE2400026B6CB /* qgsgeometryanalyzer.h in Headers */ = {isa = PBXBuildFile; fileRef = 721597E71052B2B0003D1610 /* qgsgeometryanalyzer.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXBuildRule section */
Expand Down Expand Up @@ -3966,6 +3968,7 @@
files = (
7299E8BA0F90F06C002F58DE /* AUTHORS in Copy - doc */,
7299E8BB0F90F06C002F58DE /* CODING in Copy - doc */,
72FE24C7105BE1B50026B6CB /* CONTRIBUTORS in Copy - doc */,
72DBAB500FFD744400E587DC /* DONORS in Copy - doc */,
7299E8BC0F90F06C002F58DE /* SPONSORS in Copy - doc */,
7299E8BD0F90F06C002F58DE /* TRANSLATORS in Copy - doc */,
Expand Down Expand Up @@ -12358,6 +12361,7 @@
7268D7B80F9695AA00CA1705 /* qgsoverlayobjectpositionmanager.h in Headers */,
7268D7B90F9695AA00CA1705 /* qgspalobjectpositionmanager.h in Headers */,
7268D7BA0F9695AA00CA1705 /* qgsvectoroverlay.h in Headers */,
72FE24C8105BE2400026B6CB /* qgsgeometryanalyzer.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion mac/xcode/qgis_settings.xcconfig
Expand Up @@ -16,7 +16,7 @@ ARCHS_P = $(ARCH_P_$(SDKSYS)) // in the form arch1;arch2;...
//////////////////////////////////////////////////////////////////////

// major-minor-patch must be integers for Mac OS X
QGIS_RELEASE_NAME = Unstable
QGIS_RELEASE_NAME = Mimas
QGIS_VERSION_MAJOR = 1
QGIS_VERSION_MINOR = 3
QGIS_VERSION_PATCH = 0
Expand Down

0 comments on commit b9b1cff

Please sign in to comment.