From 0a6647a1edd02c3c1f0c236dec1fd9ae873b9cff Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 21 May 2025 06:26:01 +0000 Subject: [PATCH] CMake: don't install wayland files in standalone build The test and example standalone builds should not install the wayland files. Change-Id: If313479c8e17325cc3761fea093368f14d484d74 Reviewed-by: Alexandru Croitor --- cmake/QtBaseHelpers.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/QtBaseHelpers.cmake b/cmake/QtBaseHelpers.cmake index 26335b99123..981fcfafd46 100644 --- a/cmake/QtBaseHelpers.cmake +++ b/cmake/QtBaseHelpers.cmake @@ -277,10 +277,9 @@ macro(qt_internal_qtbase_build_repo) endif() qt_internal_qtbase_install_mkspecs() + qt_internal_qtbase_install_wayland_files() endif() - qt_internal_qtbase_install_wayland_files() - qt_build_repo_post_process() qt_build_repo_impl_tests()