mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
Fix mysql plugin deploy on windows
This commit is contained in:
parent
0b8f52e084
commit
62cb89d224
2 changed files with 14 additions and 2 deletions
|
|
@ -201,7 +201,7 @@ if(WIN32)
|
|||
# qt5: platforms, sqldrivers
|
||||
|
||||
install(DIRECTORY "${QT_PLUGINS_DIR}/" DESTINATION ${plugin_dest_dir} COMPONENT Runtime
|
||||
FILES_MATCHING REGEX "(codecs/.*|platforms/.*|sqldrivers/libqsqlmysql)\\.dll"
|
||||
FILES_MATCHING REGEX "(codecs/.*|platforms/.*|sqldrivers/qsqlmysql)\\.dll"
|
||||
REGEX ".*d\\.dll" EXCLUDE)
|
||||
|
||||
install(CODE "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue