Hello, how do i enable "automocing" with qbs?

I'm have a cpp file (qcolorbutton.cpp), which includes moc file:
#include "qcolorbutton.moc"
However, qbs ignores that line and generates wrong moc file 
(moc_qcolorbutton.cpp) which doesn't know about Private class.

Should i set some varialbe to enable automocing or i have to get rid of 
Q_PRIVATE_SLOTs?

Иван Комиссаров

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to