Is there any written guidance on what it takes to migrate a qtQuick project from 100.4 to 100.5?
Having installed 100.5 in a new kit and applied it to my existing 100.4 project, I'm seeing a failure in the OAuth challenge dialog (for Windows x64):
[6340:464:0423/092147.892:FATAL:browser_main_loop.cc(536)] Check failed: ::content::BrowserThread::CurrentlyOn(BrowserThread::UI). Must be called on Chrome_UIThread; actually called on Unknown Thread.
Comparing main.cpp from my project and the ShowOrgBasemaps 100.5 samples, I see the probable culprit is a missing call to QtWebEngine::initialize(). Is there anything else I need to add to my main.cpp, or is the correct upgrade path building a new project and re-importing all prior source code?
Thank you.