Skip to content

Commit fe22eb0

Browse files
AdelKSTheAssassin
authored andcommitted
readme: Qt: add info for adding Wayland support
Found the information in #157
1 parent 5492837 commit fe22eb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ Just like all linuxdeploy plugins, the Qt plugin's behavior can be configured so
5858
- `$QMAKE=/path/to/my/qmake`: use another `qmake` binary to detect paths of plugins and other resources (usually doesn't need to be set manually, most Qt environments ship scripts changing `$PATH`)
5959
- `$EXTRA_QT_MODULES=moduleA;moduleB`: Modules to deploy even if not found automatically by linuxdeploy-plugin-qt
6060
- example: `EXTRA_QT_MODULES=svg;` if you want to use the module [QtSvg](https://doc.qt.io/qt-5/qtsvg-index.html)
61+
- `$EXTRA_QT_PLUGINS=pluginA;pluginB`: extra Qt plugins to deploy
62+
- To support Wayland, add `waylandcompositor` to this variable
6163
- `$EXTRA_PLATFORM_PLUGINS=platformA;platformB`: Platforms to deploy in addition to `libqxcb.so`. Platform must be available from `QT_INSTALL_PLUGINS/platforms`.
64+
- To support Wayland, add `libqwayland-egl.so;libqwayland-generic.so`
6265

6366
QML related:
6467
- `$QML_SOURCES_PATHS`: directory containing the application's QML files — useful/needed if QML files are "baked" into the binaries. linuxdeploy-plugin-qt will look for all imported QML modules and include them. `$QT_INSTALL_QML` is prepended to this list internally.

0 commit comments

Comments
 (0)