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:
@@ -50,6 +50,7 @@
|
||||
#include "externaltoolmanager.h"
|
||||
#include "editormanager/systemeditor.h"
|
||||
#include "windowsupport.h"
|
||||
#include "coreicons.h"
|
||||
|
||||
#include <app/app_version.h>
|
||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||
@@ -147,7 +148,7 @@ MainWindow::MainWindow() :
|
||||
|
||||
setWindowTitle(tr("Qt Creator"));
|
||||
if (HostOsInfo::isLinuxHost())
|
||||
QApplication::setWindowIcon(Utils::Icons::QTCREATORLOGO_BIG.icon());
|
||||
QApplication::setWindowIcon(Icons::QTCREATORLOGO_BIG.icon());
|
||||
QCoreApplication::setApplicationName(QLatin1String("QtCreator"));
|
||||
QCoreApplication::setApplicationVersion(QLatin1String(Constants::IDE_VERSION_LONG));
|
||||
QCoreApplication::setOrganizationName(QLatin1String(Constants::IDE_SETTINGSVARIANT_STR));
|
||||
|
||||
Reference in New Issue
Block a user