I have the Makefile a bunch of source files (.cpp, .h, etc) from a development project I downloaded. I was able to get it to build, run, and can edit, but I need to add a project file (.pro) so I can include a library. What is the best way to accomplish this?

Thanks