On 7/4/07, Jakob Lund <[EMAIL PROTECTED]> wrote: > Hello > > If I want to add a new class to the project, how do I add the new files to the > build system (which makefile etc)? > > What I'm doing could be added to song.h and song.cpp (that's what I do now), > but I have a feeling it'd be easier if it just had its own pair of files...
Hi Jacob, the best place to add these files are in the libs/hydrogen/hydrogen.pro file. It's a qmake project file (see qt assistant for more info). (Now I'm going to reply to your older mail...) -- Alessandro <Comix> Cominu http://comix.hydrogen-music.org e-mail: [EMAIL PROTECTED] ICQ: 116354077 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
