Skip to content
Snippets Groups Projects
Commit 16e6c81d authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: import `QWasmIntegrationPlugin` if emscripten is used

parent a088bc28
No related branches found
No related tags found
1 merge request!5542qt: import `QWasmIntegrationPlugin` if emscripten is used
Pipeline #488820 passed with stage
in 13 minutes and 46 seconds
......@@ -78,5 +78,7 @@
Q_IMPORT_PLUGIN(QWaylandXdgShellIntegrationPlugin)
Q_IMPORT_PLUGIN(QGtk3ThemePlugin)
Q_IMPORT_PLUGIN(QXdgDesktopPortalThemePlugin)
#elif defined(__EMSCRIPTEN__)
Q_IMPORT_PLUGIN(QWasmIntegrationPlugin)
#endif
#endif
......@@ -19,3 +19,7 @@ QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qway
macx {
QTPLUGIN += qcocoa qmacstyle
}
emscripten {
QTPLUGIN += qwasm
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment