Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.11.0
-
None
-
System: Windows 10
Compiler: MinGw 7.2.0 (x86_64-7.2.0-posix-seh-rt_v5-rev1)
Description
Have (so far) bumped into two apparent errors in header files for Qt 5.11.0. The two files are:
.../5.11.0/src/qtbase/include/QtEventDispatcherSupport/5.11.0/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h
.../5.11.0/src/qtbase/include/QtWindowsUIAutomationSupport/5.11.0/QtWindowsUIAutomationSupport/private/qwindowsuiawrapper_p.h
In each case, these header files include one line of the form:
#include "../../../../../src/platformsupport/.....
There are one too many "../" in each - 5 instead of 4. With that modification, compilation completes correctly. I suspect there will be additional such errors and will compile a list.
However, since this appears to be a configuration anomaly, I thought it worth reporting early.
Attachments
Issue Links
- is duplicated by
-
QTBUG-72585 Building 5.12.0 from source: Fatal Error - no such file or directory
- Closed
-
QTBUG-68744 WIN64: 'qdeclarativevideooutput_p.h: No such file or directory' error for builds using mingw-w64
- Closed
- relates to
-
QTBUG-85157 Building 5.15.0 from source: Fatal Error - no such file or directory
- Closed