Browse Source

qt: register plugins for xcb

They are currently enabled only when the matching contrib has been found
on the system. The plugin name doesn't match with the plugin from the
contrib, but still enforce at link time the plugin to be present.
pull/138/head
Alexandre Janniaux 4 years ago
committed by Jean-Baptiste Kempf
parent
commit
b65aae3526
  1. 5
      modules/gui/qt/plugins.hpp

5
modules/gui/qt/plugins.hpp

@ -55,4 +55,9 @@
#elif defined(Q_OS_MACOS)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
#endif
#if defined(QT5_HAS_X11)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
Q_IMPORT_PLUGIN(QXcbGlxIntegrationPlugin)
#endif
#endif

Loading…
Cancel
Save