D
D
Dmitry Orlik2018-11-05 08:38:00
OpenSSL
Dmitry Orlik, 2018-11-05 08:38:00

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
5bdfd71187488938225189.png5bdfd718ec4be418796656.png5bdfd71f36f47689191508.png5bdfd723981ce248078319.png
. What to do now? I hope for your help...)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2018-11-07
@SaNNy32

Correctly specify the -l prefix to linked libraries

LIBS+= -llibeay32
LIBS += -lssleay

D
Dmitry Bogovich, 2018-11-06
@dmytrobogovych

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 question

Ask a Question

731 491 924 answers to any question