summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyle_s60.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded resources from QtGuiAlessandro Portale2010-01-261-0/+137
QtGui contains loads of resources. 337,160 bytes just for qstyle. And since this is nearly exclusively full of PNG files, it won't really be compressed in the qt.sis package. And it will eat unneccessary Ram. This patch removes about 260,000 bytes of resources. We only want the 32-pixel big icons. No 16- and 129- pixel versions. Task-number: QTBUG-7277 Reviewed-by: Sami Merila modified: src/gui/kernel/qapplication.cpp new file: src/gui/styles/qstyle_s60.qrc modified: src/gui/styles/styles.pri