-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Won't Do
-
Affects Version/s: 6.0.0 Alpha
-
Fix Version/s: None
-
Component/s: Build tools: moc, QML: Tooling
-
Labels:None
-
Platform/s:
given the files: src/foo/bar.cpp,src/foo/bar.h} and an include path of -I src/ moc generates a moc_bar.cpp.json which has "inputFile": "bar.h".
This is then picked up by qmltyperegistrar.cpp which tries to generate a: #include <bar.h> while it should be: #include <foo/bar.h>