diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 14:27:35 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 14:27:46 +0100 |
commit | ddb80d78079653871100e64ebd7fbe112a22bf4c (patch) | |
tree | 70286355403e632e5af19c45e8a2b737b9ee40fe /meson.build | |
parent | cb7aa009ef9873967152e716fb01fecc30d401f7 (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: I3c184c778b2c36a4739849442c8f7690a5e6cb92
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 beb933d..634714f 100644 --- a/meson.build +++ b/meson.build @@ -26,5 +26,5 @@ project ( license: 'MIT/Expat', ) -qt5 = import('qt5') +qt = import('qt6') subdir('src') |