debug\moc_qcustomplot.cpp(360): error C2882: 'QCP': illegal use of namespace identifier in expression
(MSVC 2019)
Same with gcc in msys2 or others. Apparently the moc processing has changed, and the Q_MOC_RUN define evaulation does not work as before.
Anyone any ideas how to fix this?
Oliver