Skip to content

Commit 34a7070

Browse files
author
kyngchaos
committed
Add default plugin installer icon (sync with r10434)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10438 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 32d7dfb commit 34a7070

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+26
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,7 @@
21662166
72E70A7E0F426DB700142011 /* mActionZoomOut.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 7209EF940F39E5D9003DC336 /* mActionZoomOut.png */; };
21672167
72E70A7F0F426DB700142011 /* mActionZoomToLayer.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 7209EF950F39E5D9003DC336 /* mActionZoomToLayer.png */; };
21682168
72E70A800F426DB700142011 /* mActionZoomToSelected.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 7209EF960F39E5D9003DC336 /* mActionZoomToSelected.png */; };
2169+
72EB129A0F7E9BCD002C38FA /* plugin_installer.png in Copy - theme-dflt-plugins */ = {isa = PBXBuildFile; fileRef = 72EB12950F7E9B51002C38FA /* plugin_installer.png */; };
21692170
72EBC9430F49D0E20016BA3C /* qgspaperitem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72EBC9420F49D0E20016BA3C /* qgspaperitem.cpp */; };
21702171
72EBC9630F49D41E0016BA3C /* qgsogrsublayersdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72EBC9620F49D4130016BA3C /* qgsogrsublayersdialog.cpp */; };
21712172
72EBC9660F49D4A20016BA3C /* qgsitempositiondialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72EBC9640F49D49D0016BA3C /* qgsitempositiondialog.cpp */; };
@@ -5166,6 +5167,17 @@
51665167
name = "Copy - theme-gis";
51675168
runOnlyForDeploymentPostprocessing = 0;
51685169
};
5170+
72EB12980F7E9BB4002C38FA /* Copy - theme-dflt-plugins */ = {
5171+
isa = PBXCopyFilesBuildPhase;
5172+
buildActionMask = 2147483647;
5173+
dstPath = "$(QGIS_DATA_SUBDIR)/themes/default/plugins";
5174+
dstSubfolderSpec = 0;
5175+
files = (
5176+
72EB129A0F7E9BCD002C38FA /* plugin_installer.png in Copy - theme-dflt-plugins */,
5177+
);
5178+
name = "Copy - theme-dflt-plugins";
5179+
runOnlyForDeploymentPostprocessing = 0;
5180+
};
51695181
72EBC9800F49D7F60016BA3C /* Copy - theme-default */ = {
51705182
isa = PBXCopyFilesBuildPhase;
51715183
buildActionMask = 2147483647;
@@ -8074,6 +8086,8 @@
80748086
72E9A3C50F5AE63500E78E3C /* qgscomposerpicture.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgscomposerpicture.sip; path = ../../python/core/qgscomposerpicture.sip; sourceTree = SOURCE_ROOT; };
80758087
72E9A3C60F5AE63500E78E3C /* qgscomposerscalebar.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgscomposerscalebar.sip; path = ../../python/core/qgscomposerscalebar.sip; sourceTree = SOURCE_ROOT; };
80768088
72E9A3C70F5AE63500E78E3C /* qgscomposerlabel.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgscomposerlabel.sip; path = ../../python/core/qgscomposerlabel.sip; sourceTree = SOURCE_ROOT; };
8089+
72EB12930F7E9AED002C38FA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../../python/plugins/fTools/LICENSE; sourceTree = SOURCE_ROOT; };
8090+
72EB12950F7E9B51002C38FA /* plugin_installer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plugin_installer.png; path = ../../images/themes/default/plugins/plugin_installer.png; sourceTree = SOURCE_ROOT; };
80778091
72EBC9410F49D0E20016BA3C /* qgspaperitem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgspaperitem.h; path = ../../src/core/composer/qgspaperitem.h; sourceTree = SOURCE_ROOT; };
80788092
72EBC9420F49D0E20016BA3C /* qgspaperitem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgspaperitem.cpp; path = ../../src/core/composer/qgspaperitem.cpp; sourceTree = SOURCE_ROOT; };
80798093
72EBC94F0F49D1DE0016BA3C /* qgsogrsublayersdialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsogrsublayersdialogbase.ui; path = ../../src/ui/qgsogrsublayersdialogbase.ui; sourceTree = SOURCE_ROOT; };
@@ -11870,6 +11884,7 @@
1187011884
7209EF610F39E5D9003DC336 /* user.svg */,
1187111885
7209EF620F39E5D9003DC336 /* zoomMaster.svg */,
1187211886
7262ED890F7A75FB00498385 /* mActionAddSpatiaLiteLayer.png */,
11887+
72EB12940F7E9B51002C38FA /* plugins */,
1187311888
);
1187411889
name = default;
1187511890
path = ../../images/themes/default;
@@ -12237,6 +12252,15 @@
1223712252
path = ../../src/app/attributetable;
1223812253
sourceTree = SOURCE_ROOT;
1223912254
};
12255+
72EB12940F7E9B51002C38FA /* plugins */ = {
12256+
isa = PBXGroup;
12257+
children = (
12258+
72EB12950F7E9B51002C38FA /* plugin_installer.png */,
12259+
);
12260+
name = plugins;
12261+
path = ../../images/themes/default/plugins;
12262+
sourceTree = SOURCE_ROOT;
12263+
};
1224012264
72EBC96C0F49D6D90016BA3C /* gis */ = {
1224112265
isa = PBXGroup;
1224212266
children = (
@@ -12281,6 +12305,7 @@
1228112305
72EBC9CC0F49DC120016BA3C /* ftools_help.xsl */,
1228212306
72EBC9CD0F49DC120016BA3C /* i18n.cpp */,
1228312307
72EBC9CE0F49DC120016BA3C /* icons */,
12308+
72EB12930F7E9AED002C38FA /* LICENSE */,
1228412309
72EBCA2D0F49DC130016BA3C /* resources.py */,
1228512310
72EBCA2E0F49DC130016BA3C /* resources.qrc */,
1228612311
72EBCA2F0F49DC130016BA3C /* tools */,
@@ -13208,6 +13233,7 @@
1320813233
7256F3920F414B3E0022BE1F /* Copy - svg-symbol */,
1320913234
7256F3960F41C3AA0022BE1F /* Copy - theme-classic */,
1321013235
7256F4210F41C4DA0022BE1F /* Copy - theme-default */,
13236+
72EB12980F7E9BB4002C38FA /* Copy - theme-dflt-plugins */,
1321113237
7256F5310F41C5910022BE1F /* Copy - theme-gis */,
1321213238
72745A080F7702EF007F4218 /* Copy - theme-gis-plugins */,
1321313239
72745A1A0F770378007F4218 /* Copy - theme-gis-plug-cc */,

0 commit comments

Comments
 (0)