summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/coreplugin.pro
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-01-20 00:06:28 +0100
committerhjk <hjk@theqtcompany.com>2016-01-20 07:17:19 +0000
commit261c54c4a2313bab67b315de02251274645b17f5 (patch)
tree4ae328c468950a80a5b357a3deeadefac720225c /src/plugins/coreplugin/coreplugin.pro
parentaac1fa5e9f485c7f00ba0747207990ceab8a6f67 (diff)
downloadqt-creator-261c54c4a2313bab67b315de02251274645b17f5.tar.gz
Core: Move icon construction out-of-line
Saves 80k object data per file, for more than 100 files (-O2 -g on Linux x86) Change-Id: Idf30edb4ca0c26054a9aab731c4810dc218dce3e Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/coreplugin/coreplugin.pro')
-rw-r--r--src/plugins/coreplugin/coreplugin.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/coreplugin.pro b/src/plugins/coreplugin/coreplugin.pro
index a178089601..2acc9f41e8 100644
--- a/src/plugins/coreplugin/coreplugin.pro
+++ b/src/plugins/coreplugin/coreplugin.pro
@@ -108,7 +108,8 @@ SOURCES += corejsextensions.cpp \
messagebox.cpp \
iwelcomepage.cpp \
externaltoolmanager.cpp \
- systemsettings.cpp
+ systemsettings.cpp \
+ coreicons.cpp
HEADERS += corejsextensions.h \
mainwindow.h \