Do not deploy debug version of the svg icon lib in release builds.
This commit is contained in:
parent
e5b393318f
commit
d71697efb3
1 changed files with 2 additions and 0 deletions
|
@ -812,6 +812,8 @@ else()
|
|||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
REGEX "fontawesome" EXCLUDE
|
||||
REGEX "d\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
)
|
||||
# Platform plugins
|
||||
install(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue