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 {