Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.1, 5.5.1
Description
If building the framework with -debug-and-release, it is desirable that a release version QtWebEngineProcess.exe is built with dependencies to all *.dll release versions. Beside that, a debug version QtWebEngineProcessd.exe is built with dependencies to all *d.dll debug versions only.
Andy created a patch for this and it works great provided in my code I explicitly point to the debug version when running debug. I was able to do so with:
#if (_DEBUG && _WIN32)
QString path = QCoreApplication::applicationDirPath() + QLatin1String("
QtWebEngineProcessd.exe");
qputenv("QTWEBENGINEPROCESS_PATH", path.toLatin1());
#endif
Can we add this patch to a future release?
Thanks
Attachments
Issue Links
- is duplicated by
-
QTBUG-50641 Not possible to use debug versions of Qt dll's when using webengine
-
- Closed
-
- resulted in
-
QTBUG-53240 Unable to build debug QtWebEngine on Windows
-
- Closed
-