Skip to content

Commit

Permalink
qt6-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rotter committed Nov 20, 2020
1 parent 890dc62 commit a6cc49e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions msvc2019-build6-beta5.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $env:MYSQL_LIBS = "-llibmariadb"
# Compile.
#& "$tools_folder\jom.exe"
cmake --build .
cmake --install .
cmake --install . --config Release
cmake --install . --config Debug

# Copy OpenSSL, MySQL.
cp "$openssl_bin_folder\*.dll" "$prefix_folder\bin\"
Expand All @@ -67,8 +68,8 @@ cp "$mysql_lib_folder\libmaria*" "$prefix_folder\bin\"
cp "$mysql_lib_folder\libmaria*" "$prefix_folder\lib\"

# Fixup OpenSSL DLL paths and MySQL paths.
$openssl_libs_folder_esc = $openssl_libs_folder -replace '\\','\\'
$mysql_lib_folder_esc = $mysql_lib_folder -replace '\\','\\'
#$openssl_libs_folder_esc = $openssl_libs_folder -replace '\\','\\'
#$mysql_lib_folder_esc = $mysql_lib_folder -replace '\\','\\'

#gci -r -include "*.prl" $prefix_folder | foreach-object { $a = $_.fullname; (get-content $a).Replace($openssl_libs_folder_esc, '$$$$[QT_INSTALL_LIBS]\\') | set-content $a }

Expand Down

0 comments on commit a6cc49e

Please sign in to comment.