Qt 5.11 compatibility

This commit is contained in:
Kovid Goyal 2018-05-22 19:40:13 +05:30
parent 029ad0d0d5
commit 68bbec179a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -284,7 +284,21 @@ static const char specialLanguages[][6] = {
"", // Hatran
"", // Multani
"", // OldHungarian
#if (QT_VERSION >= QT_VERSION_CHECK(5, 11, 0))
"", // SignWriting
"", // Adlam
"", // Bhaiksuki
"", // Marchen
"", // Newa
"", // Osage
"", // Tangut
"", // MasaramGondi
"", // Nushu
"", // Soyombo
"" // ZanabazarSquare
#else
"" // SignWriting
#endif // Qt >= 5.11
#else
"hoc" // WarangCiti
#endif // Qt >= 5.6.0