> If you define your classes in .h files (not .cpp files) and run qmake,
> then you don't need to #include anything that moc produces.

And if I only use a Q_OBJECT based class in one .cpp file I should
now have to break it out into it's own header file just to make the
build system happy.

I accept the (apparent) fact that, in these cases,
I need to #include "x.moc" at the end of my x.cpp file.

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

Reply via email to