Skip to content

Commit

Permalink
build(app): add missing Qt components to find_package (#1644)
Browse files Browse the repository at this point in the history
Necessary since Qt 6.7.2.

Fixes #1643.
  • Loading branch information
badshah400 authored Jul 28, 2024
1 parent b9a25f2 commit c432a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Concurrent WebEngineWidgets Widgets REQUIRED)
if (Qt${QT_VERSION_MAJOR}Widgets_VERSION VERSION_LESS QT_MINIMUM_VERSION)
message(FATAL_ERROR "Qt version >= ${QT_MINIMUM_VERSION} is required.")
endif()
Expand Down

0 comments on commit c432a0a

Please sign in to comment.