windows-make: 处理废弃的 windows-deployqt 目标

This commit is contained in:
zinface 2023-03-13 19:14:36 +08:00
parent ea264998ef
commit ca73cc24b8
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ if "%vcvars%" == "" (
cmake -B%builddir% %CMAKE_OPTIONS% .
cmake --build %builddir% --config %CMAKE_BUILD_TYPE%
cmake --install %builddir% --prefix %installdir%
cmake --build %builddir% --target windows-deployqt
:: 不再使用的部分,由 install 自动配置的 windeployqt 已经配置
@REM cmake --build %builddir% --target windows-deployqt
goto :finish