Skip to content

Commit b8985e7

Browse files
committed
Removed the dependency on some unnecessary Qt components and raised the version requirement
1 parent 6b16b73 commit b8985e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/viewer/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ set(QT_COMPONENTS
1313
Core
1414
Widgets
1515
Gui
16-
Charts
17-
OpenGL
18-
OpenGLWidgets)
16+
Charts)
1917

20-
find_package(Qt6 6.7.0 REQUIRED COMPONENTS ${QT_COMPONENTS})
18+
find_package(Qt6 6.8.2 REQUIRED COMPONENTS ${QT_COMPONENTS})
2119

2220
list(TRANSFORM QT_COMPONENTS PREPEND "Qt6::")
2321

0 commit comments

Comments
 (0)