apps: qcam: Port to Qt 6

Open source Qt 5 has been effectively end of life since the release
of Qt 6, and Qt 6 has current LTS releases now.

This change ports qcam to Qt 6.2 and drops some of the baggage related
to Qt 5 that is no longer applicable.

Signed-off-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Eric Curtin <ecurtin@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Neal Gompa 2024-01-21 17:39:53 -05:00 committed by Kieran Bingham
parent 929978ee65
commit 71aa3ceec3
3 changed files with 15 additions and 34 deletions

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
project('libcamera', 'c', 'cpp',
meson_version : '>= 0.60',
meson_version : '>= 0.63',
version : '0.3.0',
default_options : [
'werror=true',