Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.4.3
-
None
Description
The QtCharts source code download for version 6.4.3 contains files with missing file type extensions:
- `src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p`
- `src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.c`
- `src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p`
- `src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.c`
As referenced in source code (and CMake scripts) the first and third file should carry the `.h` extension for header files, the second and fourth file should carry the `.cpp` extension.
Manually changing the extensions fixes CMake configuration and allows for successful compilation.