mirror of https://gitee.com/cxasm/notepad--.git
!14 添加在龙芯loongarch64机器上编译notepad--的条件
Merge pull request !14 from streamlet_hy/master
This commit is contained in:
commit
dd655a241d
|
@ -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