Find WaylandClient in non-testing builds

This commit is contained in:
Oliver Beard 2023-11-27 17:30:41 +00:00
parent b853de3d29
commit 9b73cdeeba

View file

@ -55,6 +55,7 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
DBus DBus
Quick Quick
UiTools UiTools
WaylandClient
Widgets Widgets
Sensors Sensors
) )
@ -70,7 +71,6 @@ if (NOT Qt6Test_FOUND)
endif() endif()
if (BUILD_TESTING) if (BUILD_TESTING)
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient)
find_package(KPipeWire) find_package(KPipeWire)
endif() endif()