NOISSUE remove debug symbols of Qt plugins from macOS bundle

This commit is contained in:
Petr Mrázek 2017-05-06 11:58:57 +02:00
parent 4183cc203f
commit 349381cb2b

View File

@ -472,6 +472,7 @@ else()
REGEX "tga|tiff|mng" EXCLUDE REGEX "tga|tiff|mng" EXCLUDE
REGEX "d\\." EXCLUDE REGEX "d\\." EXCLUDE
REGEX "_debug\\." EXCLUDE REGEX "_debug\\." EXCLUDE
REGEX "\\.dSYM" EXCLUDE
) )
# Icon engines # Icon engines
install( install(
@ -481,6 +482,7 @@ else()
REGEX "fontawesome" EXCLUDE REGEX "fontawesome" EXCLUDE
REGEX "d\\." EXCLUDE REGEX "d\\." EXCLUDE
REGEX "_debug\\." EXCLUDE REGEX "_debug\\." EXCLUDE
REGEX "\\.dSYM" EXCLUDE
) )
# Platform plugins # Platform plugins
install( install(
@ -490,6 +492,7 @@ else()
REGEX "minimal|linuxfb|offscreen" EXCLUDE REGEX "minimal|linuxfb|offscreen" EXCLUDE
REGEX "d\\." EXCLUDE REGEX "d\\." EXCLUDE
REGEX "_debug\\." EXCLUDE REGEX "_debug\\." EXCLUDE
REGEX "\\.dSYM" EXCLUDE
) )
endif() endif()
configure_file( configure_file(