From 4f75c049e8ba1e7fd4f1094f9ed8b681318f021d Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 13:19:46 +0100 Subject: Import Qt6 conversion patch Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I516a951cdd49dbfb1729bf4e49360333b951bad3 Signed-off-by: Jan-Simon Moeller --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 263d3d5..0264a76 100644 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ project ( ['cpp'], version : '2.0.1', license : 'Apache-2.0', - meson_version : '>= 0.49.0', + meson_version : '>= 0.59.0', default_options : [ 'warning_level=1', @@ -29,7 +29,7 @@ project ( ], ) -qt5 = import('qt5') +qt = import('qt6') #subdir('docs') -- cgit 1.2.3-korg