mirror of https://gitee.com/cxasm/notepad--.git
windows-make: 处理模板中的对于 USE_QT6 定义部分缺失
This commit is contained in:
parent
a09a3f70ce
commit
a8988fdc1e
|
@ -86,7 +86,7 @@ set /p deployqt5=
|
||||||
if not "%deployqt5%" == "6" (
|
if not "%deployqt5%" == "6" (
|
||||||
set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWINDOWS_DEPLOY_QT5=ON
|
set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWINDOWS_DEPLOY_QT5=ON
|
||||||
) else (
|
) else (
|
||||||
set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWINDOWS_DEPLOY_QT6=ON -DUSE_QT6
|
set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWINDOWS_DEPLOY_QT6=ON -DUSE_QT6=ON
|
||||||
)
|
)
|
||||||
|
|
||||||
:: ------------------------------------------------------------------- ::
|
:: ------------------------------------------------------------------- ::
|
||||||
|
|
Loading…
Reference in New Issue