Emailing: objectdescriptionmodel.patch

Cyril Comparon cyril.comparon at trolltech.com
Mon Jul 2 12:00:40 CEST 2007


Hi,
Thierry and I suggest that we change every cpp file that includes one or 
more moc files, this way:

#ifdef PHONON_USING_QMAKE
#  include "moc_factory.cpp"
#  include "moc_factory_p.cpp"
#else
#  include "factory.moc"
#  include "factory_p.moc"
#endif

... and that we add DEFINES += PHONON_USING_QMAKE in phonon.pro.
This way we would all work on the same source code :)
Please let us know if it sounds reasonable.

Cyril 



More information about the Phonon-backends mailing list