forked from qt-creator/qt-creator
move QTCREATORLOGO_BIG back to coreplugin
It was a regression from the "Move icons to Utils" commit which broke qbs builds. QTCREATORLOGO_BIG aka QtProject-qtcreator.png is only used in coreplugin and have some not moved install logic inside coreplugin.pro Change-Id: I8258b845108f8801581d7ee8d6771808b306a602 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -86,8 +86,6 @@ const Icon RESET_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/reset.png"), Theme::IconsBaseColor}});
|
||||
const Icon DARK_CLOSE(
|
||||
QLatin1String(":/utils/images/darkclose.png"));
|
||||
const Icon QTCREATORLOGO_BIG(
|
||||
QLatin1String(":/utils/images/qtcreatorlogo-big.png"));
|
||||
|
||||
const Icon ARROW_UP({
|
||||
{QLatin1String(":/utils/images/arrowup.png"), Theme::IconsBaseColor}});
|
||||
|
||||
Reference in New Issue
Block a user