summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68d2cb81..018d1228 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,7 @@ find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS
Widgets
ZlibPrivate
DltLogging
+ WaylandGlobalPrivate # remove after QTBUG-95388 is fixed
)
include(src/main-lib/Qt6AppManMainPrivateMacros.cmake)