Answer the question
In order to leave comments, you need to log in
How to connect lib from Openssl to qtcreator????
When connecting lib from openssl to qt, it gives an error. Here are screenshots of different examples
. What to do now? I hope for your help...)
Answer the question
In order to leave comments, you need to log in
Correctly specify the -l prefix to linked libraries
LIBS+= -llibeay32
LIBS += -lssleay
It looks like the build is built by MinGW, and the libraries are built by MS VC.
Try to find the OpenSSL libraries compiled by MinGW.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question