Skip to content

Commit

Permalink
Add missing Qt component to silence CMake warnings
Browse files Browse the repository at this point in the history
The project cafProjectDataModel_UnitTests was triggering multiple
CMake warnings saying that the Widget component was missing when trying
to collect dependencies.
  • Loading branch information
marthinsen authored and magnesj committed Feb 4, 2024
1 parent c456e96 commit 4c77090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(CEE_USE_QT6)
find_package(
Qt6
COMPONENTS
REQUIRED Core
REQUIRED Core Widgets
)
qt_standard_project_setup()
else()
Expand Down

0 comments on commit 4c77090

Please sign in to comment.