mirror of https://gitee.com/cxasm/notepad--.git
Add loongarch64 compile support
Signed-off-by: streamlet_hy <huangyang@loongson.cn>
This commit is contained in:
parent
2c8c1d9d0f
commit
b4a0838450
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue