forked from Github/PrismLauncher
Merge pull request #642 from DioEgizio/dont-ship-unnecessary-tlsbackends
fix: exclude unused tls backends
This commit is contained in:
parent
3476bbebd9
commit
3b1ab3c974
1 changed files with 4 additions and 0 deletions
|
|
@ -1166,6 +1166,8 @@ if(INSTALL_BUNDLE STREQUAL "full")
|
|||
CONFIGURATIONS Debug RelWithDebInfo ""
|
||||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
PATTERN "*qopensslbackend*" EXCLUDE
|
||||
PATTERN "*qcertonlybackend*" EXCLUDE
|
||||
)
|
||||
install(
|
||||
DIRECTORY "${QT_PLUGINS_DIR}/tls"
|
||||
|
|
@ -1175,6 +1177,8 @@ if(INSTALL_BUNDLE STREQUAL "full")
|
|||
REGEX "dd\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
REGEX "\\.dSYM" EXCLUDE
|
||||
PATTERN "*qopensslbackend*" EXCLUDE
|
||||
PATTERN "*qcertonlybackend*" EXCLUDE
|
||||
)
|
||||
endif()
|
||||
configure_file(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue