From 0d951b045a622ac2565ee2fcc056fac736247ff9 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@@qq.com> Date: Mon, 3 Apr 2023 14:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build2/qt/HGDemo/HGDemo.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build2/qt/HGDemo/HGDemo.pro b/build2/qt/HGDemo/HGDemo.pro index 57df40b4..dc162faa 100644 --- a/build2/qt/HGDemo/HGDemo.pro +++ b/build2/qt/HGDemo/HGDemo.pro @@ -105,15 +105,19 @@ unix { contains(QT_ARCH, x86_64) { MY_ARCH = amd64 + MY_ARCH2 = x86_64 } contains(QT_ARCH, arm64) { MY_ARCH = aarch64 + MY_ARCH2 = aarch64 } contains(QT_ARCH, mips64) { MY_ARCH = mips64 + MY_ARCH2 = mips64 } contains(QT_ARCH, loongarch64) { MY_ARCH = loongarch64 + MY_ARCH2 = loongarch64 } CONFIG += unversioned_libname unversioned_soname