Browse Source

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

zinface 2 years ago
parent
commit
ca73cc24b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cmake/make-batch-powershell/windows-msvc-ninja.bat

+ 2 - 1
cmake/make-batch-powershell/windows-msvc-ninja.bat

@@ -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