On Tuesday 17 August 2004 10:57 am, maestro wrote:
>
> i have 2 new files vps.{cpp,h} and now i want to compile mythtv using
> the features provided in vps.cpp.
Short answer: add the .h and .cpp files to the .pro file, do a qmake, then a
make.
Long answer: http://www.trolltech.com/developer/index.html
- thor