Root and QT on MacOS

Hi,
I wonder if anyone has successfully installed both QT and Root on MacOS 10.8? I have compiled QT from source (and also installed using Homebrew) which by default is compiled using “frameworks” option. This means that the QT libraries (libQtCore, libQtGui etc) are installed in directories such as /usr/local/qt/4.8.4/lib/QtCore.framework or /usr/local/qt/4.8.4/lib/QtGui.framework and so on.

The ROOT configure script (run with “–qt-enabled”) assumes that all the QT libraries are all in one directory, i.e. something like /usr/local/qt/4.8.4/lib. However this is not the case and I assume that to make my QT install work with the root configuration script, I will need to add code to the root configuration script OR recompile QT with the “–no-frameworks” option?

I wonder if anyone can assist or has dealt with this issue previously.

Regards, Nick.

Apologies. I have already flagged this thread as having been accidentally double posted.