diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index eb947fb65b..e0f29c99fd 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -1653,7 +1653,7 @@ void Application::runApplication(void) const std::map& cfg = App::Application::Config(); std::map::const_iterator it; -#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)) +#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)) QApplication::setAttribute(Qt::AA_ShareOpenGLContexts); #endif