Hi Everyone,

I'm using REST api, using QNetworkAccessManager and QNetworkRequest.

For this I need OpenSSL installed in my system, but if somehow user doesn't have OpenSSL installed in his system then my tool creates a problem by giving an error like below,

Error creating SSL context ()
So just to resolve this, I want to add this library dependency on my project file.

So can someone will help me how I can proceed with this, regarding which version of library or path dependency of headers/lib/dll and all.

Note: I need this for both Linux and Windows platform.

Thanks