Skip to content

Commit b8a2b6e

Browse files
author
kyngchaos
committed
fix theme copy paths
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10586 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent afdb051 commit b8a2b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@
30323032
isa = PBXContainerItemProxy;
30333033
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
30343034
proxyType = 1;
3035-
remoteGlobalIDString = 7223B77E0F96A96500D905B4 /* oracleplugin */;
3035+
remoteGlobalIDString = 7223B77E0F96A96500D905B4;
30363036
remoteInfo = oracleplugin;
30373037
};
30383038
7256F18F0F411B110022BE1F /* PBXContainerItemProxy */ = {
@@ -4291,7 +4291,7 @@
42914291
isa = PBXCopyFilesBuildPhase;
42924292
buildActionMask = 2147483647;
42934293
dstPath = "$(QGIS_DATA_SUBDIR)/themes/gis/plugins";
4294-
dstSubfolderSpec = 0;
4294+
dstSubfolderSpec = 6;
42954295
files = (
42964296
72745A090F770319007F4218 /* copyright_label.png in Copy - theme-gis-plugins */,
42974297
72745A0A0F770319007F4218 /* delimited_text.png in Copy - theme-gis-plugins */,
@@ -4313,7 +4313,7 @@
43134313
isa = PBXCopyFilesBuildPhase;
43144314
buildActionMask = 2147483647;
43154315
dstPath = "$(QGIS_DATA_SUBDIR)/themes/gis/plugins/coordinate_capture";
4316-
dstSubfolderSpec = 0;
4316+
dstSubfolderSpec = 6;
43174317
files = (
43184318
72745A190F770356007F4218 /* coordinate_capture.png in Copy - theme-gis-plug-cc */,
43194319
);
@@ -5311,7 +5311,7 @@
53115311
isa = PBXCopyFilesBuildPhase;
53125312
buildActionMask = 2147483647;
53135313
dstPath = "$(QGIS_DATA_SUBDIR)/themes/default/plugins";
5314-
dstSubfolderSpec = 0;
5314+
dstSubfolderSpec = 6;
53155315
files = (
53165316
72EB129A0F7E9BCD002C38FA /* plugin_installer.png in Copy - theme-dflt-plugins */,
53175317
);

0 commit comments

Comments
 (0)