We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3b1ac commit 834f432Copy full SHA for 834f432
CMakeLists.txt
@@ -518,6 +518,9 @@ 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")
522
+ find_package(Qt6WidgetsPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
523
+ endif()
524
525
526
# these need to included after the last Qt-related find_package() call
0 commit comments