Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.15
-
None
-
Debian unstable
uname -a: Linux Psyche 5.9.0-4-amd64 #1 SMP Debian 5.9.11-1 (2020-11-27) x86_64 GNU/Linux
g++ --version: g++ (Debian 10.2.1-1) 10.2.1 20201207
Description
The auto-generated sources from MOC for qtdocgallery are #include'd at the wrong location, inside namespaces as opposed to outside of the namespaces. As a result references to global namespace through the #include <memory> inside the autogenerated sources fail to be resolved correctly. This causes the build to fail with slightly cryptic error messages.
This bug is an attempt to get the original issue filed under the correct component with the right team members looking at it. See also:QTBUG-82690
Attachments
Issue Links
- relates to
-
QTBUG-82690 Build failure: error: expected template-name before '<' token, qabstractgallery.cpp
- Closed