mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-10 09:28:40 +00:00
1
This commit is contained in:
parent
162047058a
commit
b6d563e303
2 changed files with 3 additions and 3 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
# 矩阵配置
|
# 矩阵配置
|
||||||
matrix:
|
matrix:
|
||||||
qt_ver: [5.12.6]
|
qt_ver: [5.12.5]
|
||||||
qt_target: [desktop]
|
qt_target: [desktop]
|
||||||
# mingw用不了
|
# mingw用不了
|
||||||
# qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73]
|
# qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
set vcvarsall="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat"
|
set vcvarsall="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat"
|
||||||
set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.6\"
|
set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.5\"
|
||||||
set build_path_name="../build-win"
|
set build_path_name="../build-win"
|
||||||
|
|
||||||
:: 获取脚本绝对路径
|
:: 获取脚本绝对路径
|
||||||
|
@ -51,7 +51,7 @@ if /i %cpu_mode% == x86 (
|
||||||
set qt_msvc_path=%qt_msvc_path%msvc2017_64\bin
|
set qt_msvc_path=%qt_msvc_path%msvc2017_64\bin
|
||||||
)
|
)
|
||||||
|
|
||||||
:: set PATH=%qt_msvc_path%;%PATH%
|
set PATH=%qt_msvc_path%;%PATH%
|
||||||
|
|
||||||
:: 注册vc环境
|
:: 注册vc环境
|
||||||
if /i %cpu_mode% == x86 (
|
if /i %cpu_mode% == x86 (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue