Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 2c6d4b6a50
commit b68f217274

@ -31,6 +31,7 @@
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin) Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
#elif defined(Q_OS_UNIX) #elif defined(Q_OS_UNIX)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
Q_IMPORT_PLUGIN(QXcbGlxIntegrationPlugin)
#endif #endif
#endif #endif

Loading…
Cancel
Save