From 20824eae020a78217d725a98f3bb34643e76d145 Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 25 Dec 2015 15:28:11 +0100 Subject: [PATCH] Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static --- code/ryzom/tools/client/client_config_qt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/tools/client/client_config_qt/main.cpp b/code/ryzom/tools/client/client_config_qt/main.cpp index 52d3cf7bb..f298426f7 100644 --- a/code/ryzom/tools/client/client_config_qt/main.cpp +++ b/code/ryzom/tools/client/client_config_qt/main.cpp @@ -31,6 +31,7 @@ Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin) #elif defined(Q_OS_UNIX) Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) + Q_IMPORT_PLUGIN(QXcbGlxIntegrationPlugin) #endif #endif