Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.3
-
None
-
-
8ba3d83f2 (dev), 77a87852a (6.6), 24655d187 (tqtc/lts-6.5)
Description
For the example below
import QtQuick.Templates
CheckBox {
}
qmltc includes a non-existent file:
32:10: fatal error: private/qquickcheckbox_p_p.h: No such file or directory 32 | #include "private/qquickcheckbox_p_p.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.