Skip to content

Commit

Permalink
Fix build micromamba after Qt 5.15.15 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 26, 2024
1 parent 30aa171 commit 75dbe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qml_engine/src/cpp/QtConstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ initializeQtConstantsMap()
mapConstants[L"Qt.Key_Dead_Small_Schwa"] = Qt::Key_Dead_Small_Schwa;
mapConstants[L"Qt.Key_Dead_Capital_Schwa"] = Qt::Key_Dead_Capital_Schwa;
mapConstants[L"Qt.Key_Dead_Greek"] = Qt::Key_Dead_Greek;
#if QT_VERSION != QT_VERSION_CHECK(5, 15, 8)
#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 10)
mapConstants[L"Qt.Key_Dead_Lowline"] = Qt::Key_Dead_Lowline;
mapConstants[L"Qt.Key_Dead_Aboveverticalline"] = Qt::Key_Dead_Aboveverticalline;
mapConstants[L"Qt.Key_Dead_Belowverticalline"] = Qt::Key_Dead_Belowverticalline;
Expand Down

0 comments on commit 75dbe31

Please sign in to comment.