bruns added a comment.
Minimal working application: #include <QIcon> #include <QGuiApplication> int main(int argc, char* argv[]) { QGuiApplication app(argc, argv); QIcon icon(QStringLiteral("./konqui.svg")); QPixmap pixmap = icon.pixmap(64, 64); pixmap.save("./konqui.png"); } REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D14237 To: ngraham, broulik, cfeck, #frameworks, #vdg Cc: aacid, bruns, kde-frameworks-devel, michaelh, ngraham