Qt 5.6 RC does contains only webengine and webview, QWebView Depens On QwebEngine but QWebengine compiling only wtih MSVC 2013 and MSVC 2015 compiler.
and so how i can use javasrcipt function in Qt 5.6.
I have a GPS coordinates latitue and longtite from positioning module. i want to use it with view in QWebKit but QWebKit removed from Qt 5.6 RC.
Qt 5.5.1 can do above that i want but some specifiec libraries have bug.
I use a MinGW compiler and i want to show coordinate on google map. Disturbingly how i do that?