appveyor: updated PATH to put qt bin before cmake bin

This commit is contained in:
matlabbe
2017-11-05 18:03:33 -05:00
parent 8a14e6ccb4
commit 65e82eb37e
+2 -1
View File
@@ -18,7 +18,8 @@ init:
install:
# Qt
- set QTDIR=C:\Qt\5.8\msvc2015_64
- set PATH=%PATH%;%QTDIR%\bin
# 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
- ps: wget 'https://dl.dropboxusercontent.com/s/d98jv79l6oy9fxz/OpenNI2.exe?dl=0' -outfile OpenNI2.exe
- cmd: OpenNI2.exe -o"C:\Program Files" -y