Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49493

QtWebEngineProcess[d].exe needs to build both debug and release with corresponding dependencies

XMLWordPrintable

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jbornema Joerg Bornemann
            michael.howard@am.sony.com Michael Howard
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes