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 <alexandru.croitor@qt.io>
This commit is contained in:
Samuli Piippo 2025-05-21 06:26:01 +00:00
parent 0a7ee06b27
commit 0a6647a1ed

View File

@ -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()