To deploy an application on Mac OS X, I usually copy the libraries (.dylib) of that application to .app\Contents\Frameworks folder and use the install_name_tool command in Terminal as mentioned in the document of Trolltech (doc.trolltech.com/qq/qq09-mac-deployment.html). So, is there anyway to build my project to the application is able to run from Finder window without doing anything in command line?

Thanks very much!