I tried using the binary installer and I get the same problem I am describing below.
I have compiled it from source and used the instructions given on the Qt website, but I can't get Qt Creator to find Qt. I tried copying the Qt directory from /usr/local/Trolltech to /Developer/Applications/QT I have tried copying the frameworks into /Developer/Library/Frameworks
When I run Qt Creator I get the following error:
dyld: Library not loaded: QtGui.framework/Versions/4/QtGui Referenced from: /Developer/Examples/Qt/richtext/calendar-build-desktop/calendar.app/Contents/MacOS/calendar Reason: Incompatible library version: calendar requires version 4.7.0 or later, but QtGui provides version 4.5.0
Does anyone know what I am doing wrong? Where is Qt Creator looking for the frameworks?