Fix build for boost

This commit is contained in:
Alexey Nagaev
2025-08-14 17:58:05 +03:00
parent edd17cd7c3
commit 9e60a7e3ab
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ core_windows {
VS_ARCH=x64
core_debug:VS_DEBUG=gd-
core_win_32:VS_ARCH=x32
core_win_arm64:VS_ARCH=a64
vs2019:VS_VERSION=142
BOOST_POSTFIX = -vc$${VS_VERSION}-mt-$${VS_DEBUG}$${VS_ARCH}-1_72

View File

@ -110,6 +110,7 @@ win32:!contains(QMAKE_TARGET.arch, x86_64): {
}
win32-arm64-msvc2017 {
CONFIG -= core_win_32
CONFIG += core_win_arm64
}