Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.1
-
None
Description
Running the Context-Sensitive Help Example from the Qt Creator welcome screen does nothing sensible.
Looking into the code, it tries to load a precompiled .pch file via QLibraryInfo::path(QLibraryInfo::ExamplesPath) . This won't work in the Qt installer; instead, it should embed the qch file as resource instead .