Message ID | 20230415201056.31080-3-ps.report@gmx.net |
---|---|
State | New |
Headers | show |
Series | [v4l-utils,v1,01/11] qv4l2: remove leagcy alsa_stream.h include (ENABLE_ALSA protected) | expand |
diff --git a/utils/qv4l2/qv4l2.pro b/utils/qv4l2/qv4l2.pro index 8697d554..1ea07374 100644 --- a/utils/qv4l2/qv4l2.pro +++ b/utils/qv4l2/qv4l2.pro @@ -7,6 +7,7 @@ INCLUDEPATH += . ../libv4l2util ../../lib/include ../../include CONFIG += debug greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat # adjust to your local meson build path MESON_BUILD_PATH = $$PWD/build-meson
Signed-off-by: Peter Seiderer <ps.report@gmx.net> --- utils/qv4l2/qv4l2.pro | 1 + 1 file changed, 1 insertion(+)