This commit is contained in:
luoliangyi 2023-04-03 14:13:15 +08:00
parent 57d9ffc3fe
commit 0d951b045a
1 changed files with 4 additions and 0 deletions

View File

@ -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