I installed Qt on MacX by compiling from source exactly as shown here:

http://doc.qt.digia.com/latest/install-mac.html

There's some sort of permissions issue in the way that Qt compiles and installs itself, and you have to be
superuser to run it afterwards. The executables it makes are also root-only readable.

What should be modified during compilation to produce normally usable apps?

Thanks.