https://bugs.kde.org/show_bug.cgi?id=358381
Jan Kundrát <j...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #6 from Jan Kundrát <j...@kde.org> --- So this was actually caused by the Qt4 installation. Hint: [turbo-hipster@ci-el7-big-1 ~]$ grep -R QT_STATICPLUGIN /usr/i686-w64-mingw32/sys-root/mingw/include /usr/i686-w64-mingw32/sys-root/mingw/include/Qt/qplugin.h:#if defined(QT_STATICPLUGIN) /usr/i686-w64-mingw32/sys-root/mingw/include/QtCore/qplugin.h:#if defined(QT_STATICPLUGIN) /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCore/qplugin.h:#if defined(QT_STATICPLUGIN) [turbo-hipster@ci-el7-big-1 ~]$ rpm -qf /usr/i686-w64-mingw32/sys-root/mingw/include/Qt/qplugin.h mingw32-qt-4.8.6-8.el7.noarch Removing that package fixed the build problem. -- You are receiving this mail because: You are watching all bug changes.