mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -04:00
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.
This commit is contained in:
parent
703a643afb
commit
d73c51beca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user