Skip to content

Commit

Permalink
fix OSM install paths
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11240 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Aug 1, 2009
1 parent 9ba3555 commit f4975c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -3444,7 +3444,7 @@
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/python/plugins/osm/map_tools";
dstSubfolderSpec = 7;
dstSubfolderSpec = 0;
files = (
72DB69661021DC7600ED5F3A /* __init__.py in Copy - osm-map_tools */,
72DB69671021DC7600ED5F3A /* CreateLineMapTool.py in Copy - osm-map_tools */,
Expand All @@ -3460,7 +3460,7 @@
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/python/plugins/osm/styles";
dstSubfolderSpec = 7;
dstSubfolderSpec = 0;
files = (
72DB69721021DCE000ED5F3A /* big_scale.style in Copy - osm-styles */,
72DB69731021DCE000ED5F3A /* medium_scale.style in Copy - osm-styles */,
Expand Down

0 comments on commit f4975c5

Please sign in to comment.