[libcalamares] Looks like Qt 6.7 supports Interlingue

This commit is contained in:
Adriaan de Groot 2024-07-20 23:35:38 +02:00
parent 3a6f604232
commit 3e885cda19

View File

@ -19,7 +19,11 @@
#include <QString> #include <QString>
///@brief Define to 1 if the Qt version being used supports Interlingue fully ///@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 #define CALAMARES_QT_SUPPORT_INTERLINGUE 0
#else
#define CALAMARES_QT_SUPPORT_INTERLINGUE 1
#endif
namespace Calamares namespace Calamares
{ {