From 9b73cdeeba7efd9e60d7938e2813fec7c7279daa Mon Sep 17 00:00:00 2001 From: Oliver Beard Date: Mon, 27 Nov 2023 17:30:41 +0000 Subject: [PATCH] Find WaylandClient in non-testing builds --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b7ec2b23a..c4bfb51626 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS DBus Quick UiTools + WaylandClient Widgets Sensors ) @@ -70,7 +71,6 @@ if (NOT Qt6Test_FOUND) endif() if (BUILD_TESTING) - find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient) find_package(KPipeWire) endif()