How How to install Qt to a specific directory
If you want to install Qt into a specific user directory you can configure you build as followed:
./configure -prefix /home/username/Qt
On OS X you can also set the “-universal” flag
Comments Off on How How to install Qt to a specific directory