install libssl-dev for Qt Network
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.