8 lines
239 B
Plaintext
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
|
||
|
}}}
|