Reputation: 1117
In my Qt Application, I try to access to a ssh page. On few computer I've this error :
Error Creating SSL context()
I try all the solutions I founded :
Add this in my .pro :
CONFIG += openssl-linked
Nothing... I do my test with a Microsoft 7 64bits computer
Do you have an idea ? Thank you very much
Upvotes: 0
Views: 2442
Reputation: 1117
I found the solution, you have to add three dll :
BUT take these libraries from the Qt directory (example C:\QtSDK\Desktop\Qt\4.8.1\mingw\bin) not from System32...
Upvotes: 1