Skip to content

Commit

Permalink
Revert "update win qt versions"
Browse files Browse the repository at this point in the history
This reverts commit e2e3133.
  • Loading branch information
olegantonyan committed Aug 19, 2024
1 parent e2e3133 commit a54cd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.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
2 changes: 1 addition & 1 deletion win/installer_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.7.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.8/bin

Expand Down

0 comments on commit a54cd55

Please sign in to comment.