summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-05-23 19:18:51 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-05-30 23:08:28 +0200
commit9c62c010b911ca93a07b8d23e9cc3b4b56518af5 (patch)
tree06e31b6603040d2050ef4e0af51aba88fa39a21c
parentfead65a04425c323b09d5787b083e7e6e3f02a4b (diff)
downloadqtapplicationmanager-9c62c010b911ca93a07b8d23e9cc3b4b56518af5.tar.gz
Make the Windows build not complain openly about missing WaylandClient
Change-Id: Iade01850c709e0b49a1826b5c84211d7efac7bf0 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--examples/applicationmanager/application-features/native/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/application-features/native/CMakeLists.txt b/examples/applicationmanager/application-features/native/CMakeLists.txt
index 97ebbcd1..b859f006 100644
--- a/examples/applicationmanager/application-features/native/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Qt6 COMPONENTS WaylandClient)
+find_package(Qt6 QUIET CONFIG OPTIONAL_COMPONENTS WaylandClient)
if(TARGET Qt::WaylandClient AND TARGET Qt::Widgets)
add_subdirectory(widgets)