From d73c51becae3b768b05b7f940aa5e0630f91a544 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 1 Oct 2020 19:52:31 +0100 Subject: [PATCH] Exclude Qt debug symbol files from packaging on macOS The Qt team have switched to separate debug symbol files rather than separate debug libraries for plugins. We need to exclude these from packaging as they break the BundleUtilities CMake tools. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7d65cf5b..91f971b5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1703,6 +1703,7 @@ if (NOT is_debug_build) PATTERN "*quick*${CMAKE_SHARED_LIBRARY_SUFFIX}" EXCLUDE PATTERN "*webgl*${CMAKE_SHARED_LIBRARY_SUFFIX}" EXCLUDE PATTERN "*_debug${CMAKE_SHARED_LIBRARY_SUFFIX}" EXCLUDE + PATTERN "*${CMAKE_SHARED_LIBRARY_SUFFIX}.dSYM" EXCLUDE ) install ( FILES