We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab1e20 commit 2dc1098Copy full SHA for 2dc1098
xcb/CMakeLists.txt
@@ -9,6 +9,9 @@ if(${QT_VERSION_MAJOR} STREQUAL "5")
9
find_package(Qt5 REQUIRED COMPONENTS XcbQpa X11Extras EdidSupport XkbCommonSupport)
10
else()
11
find_package(Qt6 REQUIRED COMPONENTS OpenGL XcbQpaPrivate)
12
+ if(Qt6_VERSION VERSION_GREATER_EQUAL 6.10)
13
+ find_package(Qt6 COMPONENTS OpenGLPrivate REQUIRED)
14
+ endif()
15
endif()
16
17
# NOTE(sbw): 禁止语法树上的 vrp 优化,-O2/-O3 默认开启,会导致测试虚析构函数 HOOK 失败
0 commit comments