From b4a083845099cfff49fc3895d57b0c9104ea6152 Mon Sep 17 00:00:00 2001 From: streamlet_hy Date: Wed, 1 Feb 2023 01:37:15 +0000 Subject: [PATCH] Add loongarch64 compile support Signed-off-by: streamlet_hy --- src/RealCompare.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RealCompare.pro b/src/RealCompare.pro index a3d052c..377d744 100755 --- a/src/RealCompare.pro +++ b/src/RealCompare.pro @@ -33,7 +33,7 @@ INCLUDEPATH += cceditor TRANSLATIONS += realcompare_zh.ts - if(contains(QMAKE_HOST.arch, x86_64)){ + if(contains(QMAKE_HOST.arch, x86_64|loongarch64)){ CONFIG(Debug, Debug|Release){ DESTDIR = x64/Debug LIBS += -Lx64/Debug