First of all, qmake itself won't generate you configure, it just makes makefiles. To use configure, use have to use autoconf and automake (kdevelop is very useful for preparing everything). And when you do, one of the targets made will be "dist", which will pack all the files needed into a tar.gzip archive, so you just need to add files you want included to your project (in kdevelop, I don't use automake standalone).