Skip to content

Commit 20ade35

Browse files
committed
Update to latest Qt
1 parent 7f399af commit 20ade35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ platform:
55
- x64
66

77
install:
8-
- cmd: set PATH=C:\Qt\5.12.6\mingw73_64\bin;%PATH%
8+
- cmd: set PATH=C:\Qt\5.15\mingw81_64\bin;%PATH%
99
# - cmd: windeployqt.exe (return code isn't correct)
1010

11-
- cmd: set PATH=C:\Qt\Tools\mingw730_64\bin;%PATH%
11+
- cmd: set PATH=C:\Qt\Tools\mingw810_64\bin;%PATH%
1212
- cmd: g++ -v
1313

1414
# Remove git sh.exe from PATH (required for CMAKE)
@@ -27,7 +27,7 @@ build_script:
2727
- cmd: mkdir deploy
2828
- cmd: copy ModbusTestSlave.exe deploy
2929
- cmd: cd deploy
30-
- cmd: windeployqt.exe ModbusTestSlave.exe --release --compiler-runtime -verbose 2
30+
- cmd: windeployqt.exe ModbusTestSlave.exe --compiler-runtime -verbose 2
3131

3232
# Back to build dir
3333
- cmd: cd ..

0 commit comments

Comments
 (0)