Update to QT 5.9.2

This commit is contained in:
Joern
2017-11-21 13:29:39 +01:00
committed by GitHub
parent 1202d234fb
commit 819031b38b

View File

@@ -2,9 +2,9 @@ version: ci.{build}
image: Visual Studio 2015
clone_depth: 1
init:
# Setup QT 5.8.0 - 64Bit
# Setup QT 5.9.2 - 64Bit
- set QTDIR=C:\Qt\5.8\msvc2015_64
- set QTDIR=C:\Qt\5.9.2\msvc2015_64
- set PATH=%QTDIR%\bin;%PATH%
# Setup MSVC - VS 2015