Remove unnecessary dependency to OpenGL
The example does not use OpenGL in Qt6 anymore so the dependency is not necessary. Change-Id: I6189a93eb65bd283ea7e85664582ab0b12a41639 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
f69005687c
commit
296c3776a8
@ -10,7 +10,7 @@ endif()
|
|||||||
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/chip")
|
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/chip")
|
||||||
|
|
||||||
find_package(Qt6
|
find_package(Qt6
|
||||||
REQUIRED COMPONENTS Core Gui OpenGL Widgets
|
REQUIRED COMPONENTS Core Gui Widgets
|
||||||
OPTIONAL_COMPONENTS PrintSupport
|
OPTIONAL_COMPONENTS PrintSupport
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user