Skip to content

Commit 607f717

Browse files
committed
Fix build script
1 parent f2a8906 commit 607f717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1.0.{build}
22
image: Visual Studio 2015
33
environment:
44
PYTHON37_LOCATION: C:\Python37
5-
QT_DIR: C:\Qt\5.9\mingw53_32
5+
QT_DIR: C:\Qt\5.9.7\mingw53_32
66
PATH: '%PATH%;%QT_DIR%\bin;C:\MinGW\bin'
77
build_script:
88
- cmd: >-

0 commit comments

Comments
 (0)