On 18.04.2015 18:00, qbs-requ...@qt-project.org wrote:
> I noticed that scanning
> for files in need of moc takes large amount of time

cpp_scanner in QBS scans cpp and .h files for parsing include directives first 
of all.  As it does that, it also fetches Q_OBJECT and so tokens. I don't think 
that disabling it somehow by condition increase parsing dramatically.

moc as is will be applied only to that files, where Q_OBJECT macro found.

_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to