diff --git a/src/Core/main.cpp b/src/Core/main.cpp index 00da38659..af730ea41 100644 --- a/src/Core/main.cpp +++ b/src/Core/main.cpp @@ -57,7 +57,7 @@ #include #ifdef Q_OS_WIN -#if QT_VERSION > 0x060700 +#if QT_VERSION > 0x060500 #include #endif #endif @@ -436,7 +436,7 @@ main(int argc, char *argv[]) application = new QApplication(argc, argv); #ifdef Q_OS_WIN -#if QT_VERSION > 0x060700 +#if QT_VERSION > 0x060500 if (application->style()->name() == "windows11") { application->setStyle(QStyleFactory::create("Windows")); qDebug()<<"Replacing windows11 by Windows style to avoid a Qt bug";