This commit is contained in:
Oleg Korshul
2018-05-23 13:36:26 +03:00
parent 427046cb8f
commit 323d1b44cd
2 changed files with 13 additions and 2 deletions

View File

@ -30,8 +30,8 @@ fi
echo "$platform$arch" echo "$platform$arch"
if [ ! -f Makefile ]; then if [ ! -f Makefile ]; then
perl ./Configure $platform$arch #perl ./Configure $platform$arch
./config ./config no-shared no-asm
fi fi
make make

View File

@ -0,0 +1,11 @@
core_linux {
INCLUDEPATH += $$PWD/openssl/include
LIBS += -L$$PWD/openssl/libssl.a
LIBS += -L$$PWD/openssl/libcrypto.a
#LIBS += -lssl
#LIBS += -lcrypto
}