mirror of https://github.com/EspoTek/Labrador.git
Updated Win32 to build with Qt 5.12 on VS 2017
This commit is contained in:
parent
eeb0db0318
commit
028d7518e1
|
@ -1,15 +1,15 @@
|
|||
version: build{build}
|
||||
|
||||
image: Visual Studio 2015
|
||||
image: Visual Studio 2017
|
||||
|
||||
environment:
|
||||
access_token:
|
||||
secure: DXAumCpZjJ3erz0OmBJybIJTwux9uSrdtqKtezd4wI9b2ELz3NELPwZfp+WfYKtb
|
||||
matrix:
|
||||
- QT_PATH : C:\Qt\5.11\msvc2015_64\bin
|
||||
- QT_PATH : C:\Qt\5.12\msvc2017_64\bin
|
||||
PLATFORM : amd64
|
||||
OUTPUT_BIN_DIR : bin64
|
||||
- QT_PATH : C:\Qt\5.11\msvc2015\bin
|
||||
- QT_PATH : C:\Qt\5.12\msvc2017\bin
|
||||
PLATFORM : x86
|
||||
OUTPUT_BIN_DIR : bin32
|
||||
|
||||
|
|
Loading…
Reference in New Issue