Skip to content

Commit

Permalink
Update src/app/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx authored Jul 28, 2024
1 parent c722b29 commit 75e17c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
find_package(Qt${QT_VERSION_MAJOR}
COMPONENTS Concurrent Network WebChannel WebEngineWidgets 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 75e17c1

Please sign in to comment.