Skip to content

Commit 6f4fec6

Browse files
committed
CorePrivate QuickPrivate added ( Qt 6.10 needs them )
1 parent 6633555 commit 6f4fec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/QskFindMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ macro(qsk_setup_Qt)
1414
if(QT_VERSION_MAJOR VERSION_GREATER_EQUAL 6)
1515

1616
if(QT_VERSION_MINOR VERSION_GREATER_EQUAL 10)
17-
find_package(Qt6 REQUIRED COMPONENTS OpenGLPrivate)
17+
find_package(Qt6 REQUIRED COMPONENTS CorePrivate QuickPrivate OpenGLPrivate)
1818
endif()
1919

2020
# we need the qsb tool for Qt6

0 commit comments

Comments
 (0)