diff --git a/projects/mtg/src/GameOptions.cpp b/projects/mtg/src/GameOptions.cpp index c715a5c90..c1c6dd256 100644 --- a/projects/mtg/src/GameOptions.cpp +++ b/projects/mtg/src/GameOptions.cpp @@ -32,6 +32,9 @@ const string Options::optionNames[] = { "transitions", "bgStyle", "interruptSeconds", +#if defined(QT_CONFIG) + "keybindings_qt", +#else #if defined(WIN32) "keybindings_win", #else @@ -40,6 +43,7 @@ const string Options::optionNames[] = { #else "keybindings_psp", #endif +#endif #endif "aidecks", "interruptMySpells",