diff options
Diffstat (limited to 'src')
| -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) |
