We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834f432 commit e889063Copy full SHA for e889063
CMakeLists.txt
@@ -518,7 +518,7 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
518
# prevent 'file too big' and 'too many sections' errors with Qt6
519
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj")
520
endif()
521
- if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
+ if(Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
522
find_package(Qt6WidgetsPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
523
524
0 commit comments