QT https SSL support for static QT static program build - getting 'Protocol “https” is unknown'
Hi I am trying to compile a QT program I made for Windows statically and keep getting the error Protocol "https" is unknown when running an update database function that uses https in the address that the update function uses. It works when run through QT Creator as I have openssl installed however apparently the static executable doesn't have the proper libraries to do https. I did find this and this . I looked all over the net trying to find a solution but couldn't. Here's what I've done so far: edited the powershell script here to include the parameter -openssl-linked for configure.bat