Skip to content

Commit

Permalink
foo3
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Mar 9, 2024
1 parent 69f20ac commit b3cedf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ install:
# Set paths to dependencies (based on architecture)
- cmd: if %arch%==x86 (set PYTHON_ROOT=C:\python312) else (set PYTHON_ROOT=C:\python312-x64)
- cmd: dir C:\Qt\5.15
- cmd: dir C:\Program Files
- cmd: dir C:\Program Files (x86)
- cmd: dir C:\Program Files (x86)\Microsoft Visual Studio
- cmd: if %arch%==x86 (set QT_ROOT=C:\Qt\5.15\%compiler%) else (set QT_ROOT=C:\Qt\5.15\%compiler%_64)
# Print out dependency paths
Expand Down

0 comments on commit b3cedf6

Please sign in to comment.