PDA

View Full Version : i cant get access to other sites like youtube,facebook,yahoo using webView.....



hat
16th September 2015, 14:47
I am using webview but i cant get access to other sites like facebook,yahoo,youtube.....
i am using Qt 5.5.....
i got errors when we enter any site (other than google)like:

QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
QSslSocket: cannot call unresolved function ERR_get_error


//code

void MainWindow::on_pushButton_4_clicked()
{
url=ui->lineEdit->text();
ui->webView->load(QUrl("http://"+url));
}



please help me asap.........:confused::confused::confused:

yeye_olive
16th September 2015, 17:24
Google is your friend.

OpenSSL is not installed on your system, or cannot be found by QSslSocket.