summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:35:30 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:35:30 +0100
commit0253013fb268f820a965bbebd8388f78686ccef6 (patch)
tree687db80a04735b561be0ebeb274b798660987fb2 /meson.build
parent2c91ad7b3b125176b2e26b435705557a089604a0 (diff)
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.build2
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')