diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-11-24 16:13:34 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-11-24 21:16:08 +0000 |
commit | 7b54a3782d9981f849a88c023742a7d7f8be7232 (patch) | |
tree | ccecde04e8b3afdfeac1646b808af2b34535c46c /meson.build | |
parent | c0d6ed828bfeda244b231dccbbeaa24ae860f095 (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.build | 2 |
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') |