diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 12:35:30 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 12:35:30 +0100 |
commit | 0253013fb268f820a965bbebd8388f78686ccef6 (patch) | |
tree | 687db80a04735b561be0ebeb274b798660987fb2 /meson.build | |
parent | 2c91ad7b3b125176b2e26b435705557a089604a0 (diff) |
Import Qt6 conversion patchHEADtrout_19.90.0trout/19.90.019.90.0master
Import the patches for the demo applications into the app repos.
Bug-AGL: SPEC-5294
Change-Id: I2cc7de0547d40b40265adb06f5f7d877e0b500a9
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 3d77b36..9ce3607 100644 --- a/meson.build +++ b/meson.build @@ -29,5 +29,5 @@ project ( ], ) -qt5 = import('qt5') +qt = import('qt6') subdir('homescreen') |