I created a program using Qt Creator and want to pass it to somebody. Due to the lack of an elegant solution I wrote a script that packs all relevant files and tell the person to unpack and execute qmake -makefile.
Is there a standard way to do this? Or even an autotools-way?