From 3e885cda193c8e1e5906cf407803e750d59e8561 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 20 Jul 2024 23:35:38 +0200 Subject: [PATCH] [libcalamares] Looks like Qt 6.7 supports Interlingue --- src/libcalamares/locale/Translation.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libcalamares/locale/Translation.h b/src/libcalamares/locale/Translation.h index 4c71538a2..3483a1ca2 100644 --- a/src/libcalamares/locale/Translation.h +++ b/src/libcalamares/locale/Translation.h @@ -19,7 +19,11 @@ #include ///@brief Define to 1 if the Qt version being used supports Interlingue fully +#if QT_VERSION < QT_VERSION_CHECK( 6, 7, 0 ) #define CALAMARES_QT_SUPPORT_INTERLINGUE 0 +#else +#define CALAMARES_QT_SUPPORT_INTERLINGUE 1 +#endif namespace Calamares {