Files
QWidgetDemo/ui/core_helper/h3.pri
feiyangqingyun c35ec2fda1 更新代码
2024-03-08 10:42:05 +08:00

8 lines
239 B
Plaintext

unix:!macx {
contains(QT_ARCH, arm) {
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
}}}