webview not supporting in Qt 5.15.2 release build
-
@Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:
build from source means whether I have to create webengineview.a from source file again?
Yes, if you have to build from source
@jsulm Hello,I forgot about the command line previously i have done,,so can u please tell me the exact command templates and the steps to build the source please
-
@jsulm Hello,I forgot about the command line previously i have done,,so can u please tell me the exact command templates and the steps to build the source please
@Vijaykarthikeyan Actually it is explained in the link you posted:
When using qmake to build just the Qt WebEngine module, the following command can be used (in this example, the Qt WebEngine source code is located in C:\qt\qtwebengine): qmake C:\qt\qtwebengine -- -webengine-proprietary-codecsSo, simply execute that qmake command and then "make" and "make install"...
-
@Vijaykarthikeyan Actually it is explained in the link you posted:
When using qmake to build just the Qt WebEngine module, the following command can be used (in this example, the Qt WebEngine source code is located in C:\qt\qtwebengine): qmake C:\qt\qtwebengine -- -webengine-proprietary-codecsSo, simply execute that qmake command and then "make" and "make install"...
@jsulm I have downloaded and extracted the webview folder for the verson 5.15.2 which im currently using in Qt.When i try to run this cmd line in command prompt it shows error..upto this,what can i do
-
@jsulm I have downloaded and extracted the webview folder for the verson 5.15.2 which im currently using in Qt.When i try to run this cmd line in command prompt it shows error..upto this,what can i do
@Vijaykarthikeyan What command and what error please?
-
@Vijaykarthikeyan What command and what error please?
I'm trying to run the powershell to create build folder for webview..

This is the build folder last time i created.Now.i forgot about the steps
-
You're on Windows, it's nmake or jom since you are using Visual Studio.
See the documentation.
-
You're on Windows, it's nmake or jom since you are using Visual Studio.
See the documentation.
@SGaist ok i understand.But,what is the actual step to build the webview dynamic library from the source after the source has been downloaded from the qt offline installer.I previously did the build process but now forgot it..Please guide me the steps
-
@SGaist ok i understand.But,what is the actual step to build the webview dynamic library from the source after the source has been downloaded from the qt offline installer.I previously did the build process but now forgot it..Please guide me the steps
@Vijaykarthikeyan @jsulm already gave you that information.
-
@Vijaykarthikeyan @jsulm already gave you that information.
@SGaist but..i forgot about how to compile in command prompt..which directory i has to navigate..that's why im asking again and again
-
@SGaist but..i forgot about how to compile in command prompt..which directory i has to navigate..that's why im asking again and again
@Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:
which directory i has to navigate
Go to your build folder and then call qmake like shown above and then jom
