Skip to content

install libssl-dev for Qt Network

Fatih Uzunoğlu requested to merge fuzun/docker-images:ssl into master

Qt Network uses OpenSSL to make "https://" connections. By default it does not link to OpenSSL, but requires the presence of the header files.

It appears that on Debian there are no separate packages for the headers and the libs themselves, so we have to install libssl-dev instead.

Merge request reports