diff --git a/frontend_qt/main.cpp b/frontend_qt/main.cpp index a7d395d8..2edfe6bf 100644 --- a/frontend_qt/main.cpp +++ b/frontend_qt/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) /* Suppresses "Qt WebEngine seems to be initialized from a plugin" warning */ QApplication::setAttribute(Qt::AA_ShareOpenGLContexts); #endif -#if defined(_WIN32) && QT_VERSION >= 0x50A01 +#if defined(_WIN32) && QT_VERSION >= 0x50A01 && QT_VERSION < 0x60000 /* Suppresses help question mark in dialogs */ QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton); #endif