Skip to content

Commit

Permalink
composition update (r11817)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11819 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Oct 16, 2009
1 parent d5fd849 commit da30b63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -189,6 +189,7 @@
720383800F8BA8C50083B883 /* priorityqueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720382F70F8B8B540083B883 /* priorityqueue.cpp */; };
720383810F8BA8C50083B883 /* problem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720382F90F8B8B540083B883 /* problem.cpp */; };
720383820F8BA8C50083B883 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720382FD0F8B8B540083B883 /* util.cpp */; };
72038CA310893F3100439C44 /* qgscomposition.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6730F39E57A003DC336 /* qgscomposition.h */; };
7209F03B0F39E6A1003DC336 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F03A0F39E6A1003DC336 /* ApplicationServices.framework */; };
7209F1D70F39EA3E003DC336 /* qgsprovidercountcalcevent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6B90F39E57A003DC336 /* qgsprovidercountcalcevent.cpp */; };
7209F1D80F39EA3E003DC336 /* qgsprovidermetadata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6BD0F39E57A003DC336 /* qgsprovidermetadata.cpp */; };
Expand Down Expand Up @@ -4015,6 +4016,7 @@
720383580F8B905D0083B883 /* libdiagramoverlayplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libdiagramoverlayplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
7203835A0F8B90B50083B883 /* qgsapplydialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsapplydialog.h; path = ../../src/plugins/qgsapplydialog.h; sourceTree = SOURCE_ROOT; };
7203835B0F8B90B50083B883 /* qgsvectoroverlayplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsvectoroverlayplugin.h; path = ../../src/plugins/qgsvectoroverlayplugin.h; sourceTree = SOURCE_ROOT; };
72038CA210893EA900439C44 /* testqgscoordinatereferencesystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testqgscoordinatereferencesystem.cpp; path = ../../tests/src/core/testqgscoordinatereferencesystem.cpp; sourceTree = SOURCE_ROOT; };
7209E56E0F39E477003DC336 /* qgis_settings.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = qgis_settings.xcconfig; sourceTree = SOURCE_ROOT; };
7209E56F0F39E481003DC336 /* qgis_user.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = qgis_user.xcconfig; sourceTree = SOURCE_ROOT; };
7209E5BC0F39E57A003DC336 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../src/app/CMakeLists.txt; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -9365,6 +9367,7 @@
7209ECE70F39E5D8003DC336 /* test_suite_builder.sh */,
7209ECE80F39E5D8003DC336 /* test_template.cpp */,
7209ECE90F39E5D8003DC336 /* testcontrastenhancements.cpp */,
72038CA210893EA900439C44 /* testqgscoordinatereferencesystem.cpp */,
7209ECEA0F39E5D8003DC336 /* testqgsapplication.cpp */,
7209ECEB0F39E5D8003DC336 /* testqgsgeometry.cpp */,
7209ECEC0F39E5D8003DC336 /* testqgsmaplayer.cpp */,
Expand Down Expand Up @@ -13847,6 +13850,7 @@
729287460F71C2CB006D9489 /* qgscomposermap.h in Sources */,
729287470F71C2CB006D9489 /* qgscomposerpicture.h in Sources */,
729287480F71C2CB006D9489 /* qgscomposerscalebar.h in Sources */,
72038CA310893F3100439C44 /* qgscomposition.h in Sources */,
729287490F71C2CB006D9489 /* qgscontexthelp.h in Sources */,
7292874A0F71C2CB006D9489 /* qgscoordinatetransform.h in Sources */,
7292874B0F71C2CB006D9489 /* qgsdataprovider.h in Sources */,
Expand Down Expand Up @@ -17557,7 +17561,7 @@
COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
QGIS_VERSION_BUILD = 20090930;
QGIS_VERSION_BUILD = 20091016;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
Expand All @@ -17568,7 +17572,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
QGIS_VERSION_BUILD = 20090930;
QGIS_VERSION_BUILD = 20091016;
STRIP_INSTALLED_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit da30b63

Please sign in to comment.