Re: [Interest] QBS automoc

2013-06-03 Thread Joerg Bornemann
Hi Ivan, For qbs questions we have this mailing list: http://lists.qt-project.org/mailman/listinfo/qbs > Hello, how do i enable "automocing" with qbs? It is automatically enabled once your product depends on a Qt module. > I'm have a cpp file (qcolorbutton.cpp), which includes moc file: > > #in

[Interest] QBS automoc

2013-06-03 Thread Иван Комиссаров
Guys? Does anyone know? Иван Комиссаров 02.06.2013, в 3:21, Иван Комиссаров написал(а): > > 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

[Interest] QBS automoc

2013-06-01 Thread Иван Комиссаров
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 enab