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 6633555 commit 6f4fec6Copy full SHA for 6f4fec6
cmake/QskFindMacros.cmake
@@ -14,7 +14,7 @@ macro(qsk_setup_Qt)
14
if(QT_VERSION_MAJOR VERSION_GREATER_EQUAL 6)
15
16
if(QT_VERSION_MINOR VERSION_GREATER_EQUAL 10)
17
- find_package(Qt6 REQUIRED COMPONENTS OpenGLPrivate)
+ find_package(Qt6 REQUIRED COMPONENTS CorePrivate QuickPrivate OpenGLPrivate)
18
endif()
19
20
# we need the qsb tool for Qt6
0 commit comments