Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.3
-
None
-
-
b01687581 (dev)
Description
After I run command
"qmlcachegen.exe" --resource="F:\tmp\test.qrc" -o "F:\tmp\test.qml.AEA2B4E2.cpp" "F:\tmp\test\test.qml"
in test.qml.AEA2B4E2.cpp, qcoreapplication.h is included without "QtCore/". But the other header files are included with their module directory.
I attach the qml files which can reproduce this problem.