X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=7010b916266025232d9875b8264d73d7ae38b8bd;hb=408b2fa63444fc5489dee0eb26b1938635e80833;hp=bb3cb3c4ed6024d737a4211b0521de75d1f6a951;hpb=7b00e5de9998aa5b997a288d2d298f852427fe6a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson_options.txt b/meson_options.txt index bb3cb3c..7010b91 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -79,6 +79,7 @@ option('glib-asserts', type : 'feature', value : 'enabled', yield : true, description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)') option('glib-checks', type : 'feature', value : 'enabled', yield : true, description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)') +option('qt5', type : 'feature', value : 'auto', yield : true, description : 'Qt5 QML examples') # Common options option('package-name', type : 'string', yield : true,