mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 12:22:47 +01:00
aa
This commit is contained in:
parent
1d53f3a4aa
commit
9366bd84e1
@ -58,7 +58,7 @@ Copy-Item -Path "$ssl_bin\libcrypto*.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$ssl_bin\libssl*.dll" -Destination ".\app\"
|
||||
|
||||
# Copy MySQL Qt plugin.
|
||||
Copy-Item -Path "$old_pwd\build-mysql\qsqlmysql.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$old_pwd\build-mysql\qsqlmysql.dll" -Destination ".\app\sqldrivers\"
|
||||
|
||||
nmake.exe windows_all
|
||||
cd "$old_pwd"
|
Loading…
Reference in New Issue
Block a user