新增无边框方案项目

This commit is contained in:
feiyangqingyun
2021-07-27 16:26:41 +08:00
parent 63d7d2acce
commit 45d9850b08
39 changed files with 3487 additions and 4 deletions

6
core_common/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
}}