Skip to content

Commit

Permalink
Add required back
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 3, 2023
1 parent 65ce475 commit ea8f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/QtConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set( CMAKE_AUTOUIC ON )
# Find QT5 #########################################################
####################################################################
message(STATUS "Looking for Qt6")
find_package(Qt6 COMPONENTS Core Quick Widgets Concurrent)
find_package(Qt6 COMPONENTS Core Quick Widgets Concurrent REQUIRED)
get_target_property(QTCORE_LOCATION Qt6::Core LOCATION)
get_target_property(QTQUICK_LOCATION Qt6::Quick LOCATION) # LOCATION_Release
get_target_property(QTWIDGETS_LOCATION Qt6::Widgets LOCATION) # LOCATION_Release
Expand Down

0 comments on commit ea8f04c

Please sign in to comment.