Windows 7 Ultimate x64 上の Qt 4.8 で、ネットワーク経由で何かを使用しよQNetworkAccessManager
うとすると:post()
_net_acc_mgr.post(QNetworkRequest(QUrl(...)),
QByteArray(...));
次の実行時エラーが発生します。
QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
QSslSocket: cannot call unresolved function OPENSSL_add_all_algorithms_noconf
content-type missing in HTTP POST, defaulting to application/octet-stream
数年前に同じコードが機能していたことをはっきりと覚えています。しかし、どのバージョンの Qt を試したか忘れてしまいました。
QNetworkAccessManager
Qt 4.8 で作業する必要があるものは他にありますか?