Skip to content

Commit

Permalink
add moc headers (r11241)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11242 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Aug 1, 2009
1 parent eccf3a2 commit ea77790
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -1051,6 +1051,13 @@
7262ED9E0F7A777700498385 /* qgsspatialiteprovider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED8E0F7A767400498385 /* qgsspatialiteprovider.cpp */; };
7262ED9F0F7A777700498385 /* qgsspatialiteprovider.h in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED8F0F7A767400498385 /* qgsspatialiteprovider.h */; };
7262EDCD0F7A9FFC00498385 /* qgsspatialitetablemodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED7F0F7A74B700498385 /* qgsspatialitetablemodel.h */; };
7264FE991024D117004D4CDD /* qgsmaptooladdvertex.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6220F39E57A003DC336 /* qgsmaptooladdvertex.h */; };
7264FE9A1024D117004D4CDD /* qgsmaptooldeletepart.h in Sources */ = {isa = PBXBuildFile; fileRef = 72820FDC0FACCE520011C963 /* qgsmaptooldeletepart.h */; };
7264FE9B1024D117004D4CDD /* qgsmaptooldeletering.h in Sources */ = {isa = PBXBuildFile; fileRef = 72820FDB0FACCE520011C963 /* qgsmaptooldeletering.h */; };
7264FE9C1024D117004D4CDD /* qgsmaptooldeletevertex.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6260F39E57A003DC336 /* qgsmaptooldeletevertex.h */; };
7264FE9D1024D117004D4CDD /* qgsmaptoolmovevertex.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E62E0F39E57A003DC336 /* qgsmaptoolmovevertex.h */; };
7264FE9F1024D183004D4CDD /* qgsogrprovider.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209EC650F39E57B003DC336 /* qgsogrprovider.h */; };
7264FEA01024D1B3004D4CDD /* osmprovider.h in Sources */ = {isa = PBXBuildFile; fileRef = 72DB68D41021D06C00ED5F3A /* osmprovider.h */; };
72683FFB0FD6B21A00D90FFC /* mActionFromSelectedFeature.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 72683FF90FD6B1EA00D90FFC /* mActionFromSelectedFeature.png */; };
72683FFC0FD6B21A00D90FFC /* mActionMergeFeatures.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 72683FF80FD6B1EA00D90FFC /* mActionMergeFeatures.png */; };
72683FFD0FD6B21A00D90FFC /* mActionRemoveSelectedFeature.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 72683FFA0FD6B1EA00D90FFC /* mActionRemoveSelectedFeature.png */; };
Expand Down Expand Up @@ -13751,6 +13758,7 @@
buildActionMask = 2147483647;
files = (
72A07D4C0F3BD6C7004FC2A4 /* qgsogrprovider.cpp in Sources */,
7264FE9F1024D183004D4CDD /* qgsogrprovider.h in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -14111,6 +14119,7 @@
72DB68EF1021D0BD00ED5F3A /* osmprovider.cpp in Sources */,
72DB68F11021D0BD00ED5F3A /* osmrenderer.cpp in Sources */,
72DB68F31021D0BD00ED5F3A /* osmstyle.cpp in Sources */,
7264FEA01024D1B3004D4CDD /* osmprovider.h in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -14254,6 +14263,11 @@
729288970F71FE65006D9489 /* qgslegendlayer.h in Sources */,
729288980F71FE65006D9489 /* qgslegendlayerfile.h in Sources */,
729288990F71FE65006D9489 /* qgsludialog.h in Sources */,
7264FE991024D117004D4CDD /* qgsmaptooladdvertex.h in Sources */,
7264FE9A1024D117004D4CDD /* qgsmaptooldeletepart.h in Sources */,
7264FE9B1024D117004D4CDD /* qgsmaptooldeletering.h in Sources */,
7264FE9C1024D117004D4CDD /* qgsmaptooldeletevertex.h in Sources */,
7264FE9D1024D117004D4CDD /* qgsmaptoolmovevertex.h in Sources */,
7292889A0F71FE65006D9489 /* qgsmaptoolidentify.h in Sources */,
7224A24E0FEA732A004E87E3 /* qgsmaptoolnodetool.h in Sources */,
7292889B0F71FE65006D9489 /* qgsmaptoolsplitfeatures.h in Sources */,
Expand Down

0 comments on commit ea77790

Please sign in to comment.