aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-11-24 16:13:34 -0500
committerScott Murray <scott.murray@konsulko.com>2024-11-24 21:16:08 +0000
commit7b54a3782d9981f849a88c023742a7d7f8be7232 (patch)
treeccecde04e8b3afdfeac1646b808af2b34535c46c /meson.build
parentc0d6ed828bfeda244b231dccbbeaa24ae860f095 (diff)
Switch to Qt6
Initial conversion to using Qt6, based on changes done to other apps. Bug-AGL: SPEC-5294 Change-Id: If62ffd1bf440f856ce73410bd3f47f4a8b97b2a4 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2a56fd8..9a91ff0 100644
--- a/meson.build
+++ b/meson.build
@@ -29,5 +29,5 @@ project (
],
)
-qt5 = import('qt5')
+qt6 = import('qt6')
subdir('app')