what is the command line to deploy webengine for a python (.py) file that relies on it?
Unsolved
QtWebEngine
-
I have a c++ application that will execute a python code when called for. The code relies on webengine.
From what I know, windeployqt command only works on exe and dll. How to make it work on python file?
Also, is there a chance to do so with Qt VS tools on Visual Studio 2022?Right now I can only specifically run copy commands to move webengine relied files to my executable directory.
or maybe not possible to do what I asked,
but is there a command to deploy webengine like QtWebEngineProcess.exe, resources (.pak) files, translations (.qm) files to executable directory? Right now only dll and qm are deploy with my command
windeployqt --webengine <path_to_exe>