diff --git a/src/plugins/coreplugin/fancyactionbar.qrc b/src/plugins/coreplugin/fancyactionbar.qrc index 331aa77f96f59464d639049fcc551de5cd5bf7e4..aa461de6e7e45fa030e7572704c236dc85e6e6dd 100644 --- a/src/plugins/coreplugin/fancyactionbar.qrc +++ b/src/plugins/coreplugin/fancyactionbar.qrc @@ -3,8 +3,6 @@ <file>images/mode_Edit.png</file> <file>images/mode_Edit@2x.png</file> <file>images/mode_Output.png</file> - <file>images/mode_Project.png</file> - <file>images/mode_Project@2x.png</file> <file>images/mode_Reference.png</file> <file>images/mode_Reference@2x.png</file> <file>images/mode_Design.png</file> diff --git a/src/plugins/coreplugin/images/mode_Project.png b/src/plugins/projectexplorer/images/mode_project.png similarity index 100% rename from src/plugins/coreplugin/images/mode_Project.png rename to src/plugins/projectexplorer/images/mode_project.png diff --git a/src/plugins/coreplugin/images/mode_Project@2x.png b/src/plugins/projectexplorer/images/mode_project@2x.png similarity index 100% rename from src/plugins/coreplugin/images/mode_Project@2x.png rename to src/plugins/projectexplorer/images/mode_project@2x.png diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 7fbc4fafc3d90b57cb0baf31dfe40a2a3421c911..f087abfedae2853e75824f46417d5faacafb5d16 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -275,7 +275,7 @@ public: setWidget(proWindow); setContext(Context(Constants::C_PROJECTEXPLORER)); setDisplayName(QCoreApplication::translate("ProjectExplorer::ProjectsMode", "Projects")); - setIcon(QIcon(QLatin1String(":/fancyactionbar/images/mode_Project.png"))); + setIcon(QIcon(QLatin1String(":/projectexplorer/images/mode_project.png"))); setPriority(Constants::P_MODE_SESSION); setId(Constants::MODE_SESSION); setContextHelpId(QLatin1String("Managing Projects")); diff --git a/src/plugins/projectexplorer/projectexplorer.qrc b/src/plugins/projectexplorer/projectexplorer.qrc index 55988c77c9202a4222fab9902040a5e9f4d557f3..afede8c46a0dbf58c40e09b149803ea7fd0fe46d 100644 --- a/src/plugins/projectexplorer/projectexplorer.qrc +++ b/src/plugins/projectexplorer/projectexplorer.qrc @@ -7,6 +7,8 @@ <file>images/debugger_start.png</file> <file>images/debugger_start@2x.png</file> <file>images/debugger_start_small.png</file> + <file>images/mode_project.png</file> + <file>images/mode_project@2x.png</file> <file>images/projectexplorer.png</file> <file>images/rebuild.png</file> <file>images/rebuild_small.png</file>