appveyor: using qt 5.10.1 instead of deprecated 5.8

This commit is contained in:
matlabbe
2018-05-22 11:50:30 -04:00
committed by GitHub
parent df7539a48e
commit 206c4fe09c
+1 -1
View File
@@ -18,7 +18,7 @@ init:
install:
# Qt
- set QTDIR=C:\Qt\5.8\msvc2015_64
- set QTDIR=C:\Qt\5.10.1\msvc2015_64
# make sure Qt bin path is before cmake bin path to avoid copying qt5 dlls from cmake before qt installation
- set PATH=%QTDIR%\bin;%PATH%
# Openni2