Skip to content

Commit

Permalink
change Qt version 6.6.3 to 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Aug 12, 2024
1 parent 4414a15 commit fe7946a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE-WINDOWS.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/ruby

$qt = "C:/Qt/6.6.3/msvc2019_64"
$windeployqt = "C:/Qt/6.6.3/msvc2019_64/bin/windeployqt.exe"
$qtver = "6.7.2"

$qt = "C:/Qt/#{$qtver}/msvc2019_64"
$windeployqt = "C:/Qt/#{$qtver}/msvc2019_64/bin/windeployqt.exe"
#$qt = "" # スタティックリンクのとき

$openssl = "C:/Program Files/OpenSSL"
Expand Down

0 comments on commit fe7946a

Please sign in to comment.