This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <QGuiApplication> | |
#include <QSvgRenderer> | |
#include <QPainter> | |
#include <QPixmap> | |
#include <QtPlugin> | |
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) | |
// code which crashes with a build of Qt 5.15.2+kde+r196-1 or Qt 6.1.1 compiled using GCC 11.1 and mingw-w64 9.0.0: |