Changed QT_PATH in appveyor.yml, should fix problem with qmake not being found.

This commit is contained in:
Chris Esposito 2019-02-17 19:48:38 +11:00 committed by GitHub
parent 07997d5774
commit 4cd2a03b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ environment:
access_token:
secure: DXAumCpZjJ3erz0OmBJybIJTwux9uSrdtqKtezd4wI9b2ELz3NELPwZfp+WfYKtb
matrix:
- QT_PATH : C:\Qt\5.11.2\msvc2015_64\bin
- QT_PATH : C:\Qt\5.11\msvc2015_64\bin
PLATFORM : amd64
OUTPUT_BIN_DIR : bin64
- QT_PATH : C:\Qt\5.11.2\msvc2015\bin
- QT_PATH : C:\Qt\5.11\msvc2015\bin
PLATFORM : x86
OUTPUT_BIN_DIR : bin32