Hi,

1. I am developing a GUI based Qt Desktop application. I want to compile this application with static linking so that it will run on any ubuntu system.
I am http://www.qtcentre.org/wiki/index.p...ic_application link to compile the source with static linking but it is not working for me.

export PATH="$PATH:/usr/local/Trolltech/Qt-4.7.4/bin" is setting the environment variable but when logout or close the terminal and #echo $PATH, then qmake's path is not in this.

2. can i install only source package on ubuntu for developement without any other Qt installation and how?

3. Is there any way to do setting for static linking in Qt creator.

Please help
Thanks