https://bugs.kde.org/show_bug.cgi?id=377490
--- Comment #2 from Treeve Jelbert <tre...@scarlet.be> --- the patch solves the problem with qt-5.9 There is a similar problem in konqueror diff --git a/webenginepart/src/webenginepartfactory.h b/webenginepart/src/webenginepartfactory.h index 1eaaf42ba..cc6b4db14 100644 --- a/webenginepart/src/webenginepartfactory.h +++ b/webenginepart/src/webenginepartfactory.h @@ -30,7 +30,7 @@ class QWidget; class WebEngineFactory : public KPluginFactory { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.kde.KPluginFactory" FILE "") + Q_PLUGIN_METADATA(IID "org.kde.KPluginFactory") Q_INTERFACES(KPluginFactory) public: virtual ~WebEngineFactory(); -- You are receiving this mail because: You are watching all bug changes.