I am working in C++/Qt Embedded project where fedora operating is used. I use QWebview to display html pages. but when i load the page using webview->load(Qurl), It crashes. I have also tried webview->setHtml().
The same works fine in windows.
My Qt version it 5.3.0 . I just searched and found that Qwebengine will resolve this issue, But it is not available in 5.3.0. Is there any way to integrate Qwebengine in 5.3.0 ?
Please help me where is the problem and how to resolve this.
Thanks in advance