windows-make: 在构建模板中添加可参考引用 Qt6 的 msvc 支持路径

This commit is contained in:
zinface 2023-03-10 11:03:15 +08:00
parent a8988fdc1e
commit e393f8e4c5
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ set installdir=%builddir%/install
:: ::
:: !!! 定制: 指向用于构建时引用的 MSVC Qt 库位置!!! ::
set QT_MSVC_PREFIX_DIR=C:\Qt\Qt5.14.2\5.14.2\msvc2017_64
:: set QT_MSVC_PREFIX_DIR=C:\Qt\Qt6.4.2\6.4.2\msvc2019_64
:: ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::