qt_demoe/ui/core_helper/h3.pri

8 lines
239 B
Plaintext
Raw Permalink Normal View History

2021-07-08 07:40:48 +00:00
unix:!macx {
2022-11-24 12:14:44 +00:00
contains(QT_ARCH, arm) {
2021-07-08 07:40:48 +00:00
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
2022-11-24 12:14:44 +00:00
}}}