Commit 259c8b9d by lvshi.gong

适配64位编译规则

parent 12587b06
......@@ -62,7 +62,9 @@ CONFIG(release) {
message("x86_64 architecture detected")
LIBS += -L$$PWD/x86
} else {
message("Unknown architecture: $$QMAKE_HOST.arch")
message("arm64/ architecture detected")
DESTDIR = $$PWD/package/E3+
LIBS += -L$$PWD/arm64
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment