Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.13.2, 5.14.0
-
None
-
msvc2017_64
Description
Steps to reproduce:
- Add QtWebEgine private modules to the project (WebEnginePrivate, WebEngineCorePrivate) built with Qt distribution from the installer
- Add include <private/qquickwebengineview_p_p.h>
- Try to build project in debug mode
Expected result
- Project builds
Observed result
- Compilation fails with error about missing include:
[snip]\include\QtWebEngine\5.14.0\QtWebEngine\private\qquickwebengineview_p_p.h:55: error: C1083: Cannot open include file: 'render_view_context_menu_qt.h': No such file or directory
Note:
Maybe some tool doesn't copy the header because it doesn't follow the _p.h naming scheme?
Sample project attached.