https://bugs.kde.org/show_bug.cgi?id=397237
--- Comment #1 from Emmanuel Lepage Vallée <elv1...@gmail.com> --- As a side note, a more flexible alternative is to ship the plugins as QtPlugins as qmake do it for xcb (from the moc): Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) Q_IMPORT_PLUGIN(QtQuick2Plugin) Q_IMPORT_PLUGIN(QtQuickControls1Plugin) Q_IMPORT_PLUGIN(QtQuickControls2Plugin) Q_IMPORT_PLUGIN(QtQuick2WindowPlugin) Q_IMPORT_PLUGIN(QEvdevKeyboardPlugin) Q_IMPORT_PLUGIN(QEvdevMousePlugin) Q_IMPORT_PLUGIN(QtQuickLayoutsPlugin) Q_IMPORT_PLUGIN(QtQuickTemplates2Plugin) Q_IMPORT_PLUGIN(QJpegPlugin) Q_IMPORT_PLUGIN(QSvgPlugin) Q_IMPORT_PLUGIN(QSvgIconPlugin) Q_IMPORT_PLUGIN(QXcbGlxIntegrationPlugin) Q_IMPORT_PLUGIN(QtGraphicalEffectsPlugin) Q_IMPORT_PLUGIN(QtGraphicalEffectsPrivatePlugin) Q_IMPORT_PLUGIN(QtQmlModelsPlugin) Q_IMPORT_PLUGIN(KirigamiPlugin) Q_IMPORT_PLUGIN(QQc2DesktopStylePlugin) -- You are receiving this mail because: You are watching all bug changes.