Skip to content

Commit f4975c5

Browse files
author
kyngchaos
committed
fix OSM install paths
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11240 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9ba3555 commit f4975c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3444,7 +3444,7 @@
34443444
isa = PBXCopyFilesBuildPhase;
34453445
buildActionMask = 2147483647;
34463446
dstPath = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/python/plugins/osm/map_tools";
3447-
dstSubfolderSpec = 7;
3447+
dstSubfolderSpec = 0;
34483448
files = (
34493449
72DB69661021DC7600ED5F3A /* __init__.py in Copy - osm-map_tools */,
34503450
72DB69671021DC7600ED5F3A /* CreateLineMapTool.py in Copy - osm-map_tools */,
@@ -3460,7 +3460,7 @@
34603460
isa = PBXCopyFilesBuildPhase;
34613461
buildActionMask = 2147483647;
34623462
dstPath = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/python/plugins/osm/styles";
3463-
dstSubfolderSpec = 7;
3463+
dstSubfolderSpec = 0;
34643464
files = (
34653465
72DB69721021DCE000ED5F3A /* big_scale.style in Copy - osm-styles */,
34663466
72DB69731021DCE000ED5F3A /* medium_scale.style in Copy - osm-styles */,

0 commit comments

Comments
 (0)