summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@qt.io>2022-05-27 08:43:09 +0300
committerJoni Poikelin <joni.poikelin@qt.io>2022-05-30 11:03:19 +0300
commit296c3776a81770ca5b20b0848340254f90f0a962 (patch)
treed370f23c4ee323a204cffc2f72f4b1f5d9ef1e4b /examples/widgets/graphicsview
parentf69005687c333741925a437ffbea3cec24c0d46b (diff)
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>
Diffstat (limited to 'examples/widgets/graphicsview')
-rw-r--r--examples/widgets/graphicsview/chip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/chip/CMakeLists.txt b/examples/widgets/graphicsview/chip/CMakeLists.txt
index 5897a8c6d0..9d182454e9 100644
--- a/examples/widgets/graphicsview/chip/CMakeLists.txt
+++ b/examples/widgets/graphicsview/chip/CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/chip")
find_package(Qt6
- REQUIRED COMPONENTS Core Gui OpenGL Widgets
+ REQUIRED COMPONENTS Core Gui Widgets
OPTIONAL_COMPONENTS PrintSupport
)