diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-07-08 13:49:07 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-07-08 13:49:07 -0500 |
| commit | 840421fd7bdc914c0256e85cdf0868ee2d21ba4e (patch) | |
| tree | eeb4a10cdc81e295727452a0190bf6205c0bd9e7 /src/main | |
| parent | 51739dfb22fec1c5f7e40cf0e3fdfa99f47d473b (diff) | |
| parent | 7677103f1bcea63620e382284da8331e4622fca4 (diff) | |
| download | monzero-gui-840421fd7bdc914c0256e85cdf0868ee2d21ba4e.tar.gz monzero-gui-840421fd7bdc914c0256e85cdf0868ee2d21ba4e.tar.xz monzero-gui-840421fd7bdc914c0256e85cdf0868ee2d21ba4e.zip | |
Merge pull request #2974
7677103 docker: implement Docker Linux 'release-static' build (xiphon)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 289d3381..18986409 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -93,9 +93,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) |
