Add missing Qt component to silence CMake warnings

The project cafProjectDataModel_UnitTests was triggering multiple
CMake warnings saying that the Widget component was missing when trying
to collect dependencies.
This commit is contained in:
Eirik Marthinsen
2024-02-04 00:12:43 +01:00
committed by Magne Sjaastad
parent c456e96b22
commit 4c77090d8b

View File

@@ -7,7 +7,7 @@ if(CEE_USE_QT6)
find_package(
Qt6
COMPONENTS
REQUIRED Core
REQUIRED Core Widgets
)
qt_standard_project_setup()
else()