You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QTC4.9.x can't use ssl libraries shipped with it so plug-in will report missing SSL support.
Please download OpenSSL installer. Light one is sufficient. And either place libssl-1_1 and libcrypto-1_1 dlls to Qt Creator's bin\ directory or install them system-wide.
But it works with 4.8.2, 4.10.2 and 4.11.0
4.8.2 and 4.9.2 are shipped with
ssleay32
dll and 4.10.2 and 4.11.0 are shipped withlibssl-1_1
andlibcrypto-1_1
dllsFor now it is recommended to download OpenSSL and copy libraries to Qt Creator installation folder.
The text was updated successfully, but these errors were encountered: