mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
README.md: Document how to build the qt5 plugin
This commit is contained in:
parent
f46066011f
commit
acf83f17c2
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -38,6 +38,17 @@ NOTE: on fedora (and maybe other distributions) replace `ninja` with `ninja-buil
|
||||||
|
|
||||||
# Development environment
|
# Development environment
|
||||||
|
|
||||||
|
## Building the Qt5 QML plugin
|
||||||
|
|
||||||
|
If `qmake` is not in `PATH` and pkgconfig files are not available, you can
|
||||||
|
point the `QMAKE` env var to the Qt5 installation of your choosing before
|
||||||
|
running `meson` as shown above.
|
||||||
|
|
||||||
|
The plugin will be automatically enabled if possible, but you can ensure that
|
||||||
|
it is built by passing `-Dgst-plugins-good:qt5=enabled` to `meson`. This will
|
||||||
|
cause Meson to error out if the plugin could not be enabled. This also works
|
||||||
|
for all plugins in all GStreamer repositories.
|
||||||
|
|
||||||
## Uninstalled environment
|
## Uninstalled environment
|
||||||
|
|
||||||
gst-build also contains a special `uninstalled` target that lets you enter an
|
gst-build also contains a special `uninstalled` target that lets you enter an
|
||||||
|
|
Loading…
Reference in a new issue