I use Qt 6.3.1. When I compile it, it encountered some error.
moc_qcustomplot.cpp:249:54: error: template argument 1 is invalid
249 | , QtPrivate::TypeAndForceComplete<QCP, std::true_type>
| ^
moc_qcustomplot.cpp:248:1: error: template argument 2 is invalid
248 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QCP_t
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249 | , QtPrivate::TypeAndForceComplete<QCP, std::true_type>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250 |
|
251 |
|
252 |
|
253 | >,
| ~
make: *** [Makefile:7988: moc_qcustomplot.o] Error 1
15:43:27: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project VXInspection (kit: Desktop Qt 6.3.1 GCC 64bit)
When executing step "Make"