Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static

This commit is contained in:
kervala 2015-12-25 15:28:11 +01:00
parent 0b24fa4dd4
commit 36fc5a3839

View file

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