更新代码

This commit is contained in:
feiyangqingyun
2022-06-23 11:00:06 +08:00
parent 7cfbb51e3e
commit f625f1d55b
30 changed files with 35 additions and 12 deletions

6
ui/core_base/h3.pri Normal file
View File

@@ -0,0 +1,6 @@
unix:!macx {
contains(DEFINES, arma7) {
INCLUDEPATH += /usr/local/openssl-1.0.2m-h3-gcc-4.9.2/include
LIBS += -L/usr/local/openssl-1.0.2m-h3-gcc-4.9.2/lib -lssl -lcrypto
LIBS += -L/usr/local/h3_rootfsv -lXdmcp
}}