Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
440
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
16e6c81d
Commit
16e6c81d
authored
8 months ago
by
Fatih Uzunoğlu
Committed by
Steve Lhomme
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
qt: import `QWasmIntegrationPlugin` if emscripten is used
parent
a088bc28
No related branches found
Branches containing commit
No related tags found
1 merge request
!5542
qt: import `QWasmIntegrationPlugin` if emscripten is used
Pipeline
#488820
passed with stage
Stage:
in 13 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gui/qt/plugins.hpp
+2
-0
2 additions, 0 deletions
modules/gui/qt/plugins.hpp
modules/gui/qt/qt6.pro
+4
-0
4 additions, 0 deletions
modules/gui/qt/qt6.pro
with
6 additions
and
0 deletions
modules/gui/qt/plugins.hpp
+
2
−
0
View file @
16e6c81d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
modules/gui/qt/qt6.pro
+
4
−
0
View file @
16e6c81d
...
...
@@ -19,3 +19,7 @@ QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qway
macx
{
QTPLUGIN
+=
qcocoa
qmacstyle
}
emscripten
{
QTPLUGIN
+=
qwasm
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment