mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Back to non-static vcpkg
This commit is contained in:
parent
6a32f0a447
commit
ff569644b6
@ -7,7 +7,7 @@ image:
|
||||
- Visual Studio 2022
|
||||
|
||||
environment:
|
||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static
|
||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows
|
||||
matrix:
|
||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||
- QTDIR: C:\Qt\6.5\msvc2019_64
|
||||
@ -16,8 +16,8 @@ install:
|
||||
- cmd: |-
|
||||
set PATH=%QTDIR%\bin;%VCPKGDIR%\tools\protobuf;%PATH%
|
||||
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||
vcpkg install protobuf:x64-windows-static
|
||||
vcpkg install zlib:x64-windows-static
|
||||
vcpkg install protobuf:x64-windows
|
||||
vcpkg install zlib:x64-windows
|
||||
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
||||
|
||||
build_script:
|
||||
|
Loading…
Reference in New Issue
Block a user