mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:56:18 +00:00
11 lines
230 B
Batchfile
11 lines
230 B
Batchfile
@rem Open "Visual Studio .NET Command Prompt for ARM64" to run this script
|
|
|
|
@setlocal
|
|
|
|
@cd %~dp0
|
|
@echo off
|
|
|
|
@call ./qt-build.bat ^
|
|
-platform win32-arm64-msvc TARGET_CONFIGURE_ARGS=-release ^
|
|
-qt-host-path "%~dp0build-qt\static"
|