[libcalamares] Looks like Qt 6.7 supports Interlingue
This commit is contained in:
parent
3a6f604232
commit
3e885cda19
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user