From 7677103f1bcea63620e382284da8331e4622fca4 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 29 Jun 2020 12:40:41 +0000 Subject: docker: implement Docker Linux 'release-static' build --- src/main/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/main.cpp') diff --git a/src/main/main.cpp b/src/main/main.cpp index 0708170a..34614c73 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -92,9 +92,11 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin); #elif defined(Q_OS_LINUX) Q_IMPORT_PLUGIN(QXcbIntegrationPlugin); + Q_IMPORT_PLUGIN(QXcbGlxIntegrationPlugin); #endif Q_IMPORT_PLUGIN(QSvgIconPlugin) Q_IMPORT_PLUGIN(QICNSPlugin) +Q_IMPORT_PLUGIN(QICOPlugin) Q_IMPORT_PLUGIN(QJpegPlugin) Q_IMPORT_PLUGIN(QSvgPlugin) Q_IMPORT_PLUGIN(QTgaPlugin) -- cgit v1.2.3