Skip to content

Commit

Permalink
win builds update Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
olegantonyan committed May 21, 2024
1 parent 7985c57 commit 8553675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion win/dynamic_win64_qt6_host.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

QT_PATH=/e/Qt/6.6.2/mingw_64/
QT_PATH=/e/Qt/6.7.1/mingw_64/
TOOLCHAIN_PATH=/e/Qt/Tools/mingw1120_64/bin

export PATH=$PATH:$TOOLCHAIN_PATH:$QT_PATH/bin/
Expand Down
4 changes: 2 additions & 2 deletions win/installer_win64_qt6_host.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

QT_PATH=/e/Qt/6.6.2/mingw_64/
QT_PATH=/e/Qt/6.7.1/mingw_64/
TOOLCHAIN_PATH=/e/Qt/Tools/mingw1120_64/bin
INSTALLER_FRAMEWORK_PATH=/e/Qt/Tools/QtInstallerFramework/4.6/bin
INSTALLER_FRAMEWORK_PATH=/e/Qt/Tools/QtInstallerFramework/4.8/bin

export PATH=$PATH:$TOOLCHAIN_PATH:$QT_PATH/bin/:$INSTALLER_FRAMEWORK_PATH

Expand Down

0 comments on commit 8553675

Please sign in to comment.