summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 14:27:35 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 14:27:46 +0100
commitddb80d78079653871100e64ebd7fbe112a22bf4c (patch)
tree70286355403e632e5af19c45e8a2b737b9ee40fe /meson.build
parentcb7aa009ef9873967152e716fb01fecc30d401f7 (diff)
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.build2
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')