aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-06-29 12:40:41 +0000
committerxiphon <xiphon@protonmail.com>2020-07-02 18:13:51 +0000
commit7677103f1bcea63620e382284da8331e4622fca4 (patch)
tree78096796e85c8886a1719106b50eddd13f34936f /src
parente1e862bce49467e0cafb18c837eeecb7fd505bb4 (diff)
downloadmonzero-gui-7677103f1bcea63620e382284da8331e4622fca4.tar.gz
monzero-gui-7677103f1bcea63620e382284da8331e4622fca4.tar.xz
monzero-gui-7677103f1bcea63620e382284da8331e4622fca4.zip
docker: implement Docker Linux 'release-static' build
Diffstat (limited to 'src')
-rw-r--r--src/main/main.cpp2
1 files changed, 2 insertions, 0 deletions
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)