Hi all,

I am trying to use Qt in my Mac system. There seems to be an issue when i execute a simple code.

While trying to run a QMainWindow application, I get the following errors

Starting /Users/Brian/Projects/QtProjects/Simple2-build-desktop-Desktop_Qt_4_8_0_for_GCC__Qt_SDK__Debug/Simple2.app/Contents/MacOS/Simple2...
dyld: Library not loaded: /Users/pulseagent/repos/build2/Desktop/Qt/4.8.0/gcc/lib/QtGui.framework/Versions/4/QtGui
Referenced from: /Users/Brian/Projects/QtProjects/Simple2-build-desktop-Desktop_Qt_4_8_0_for_GCC__Qt_SDK__Debug/Simple2.app/Contents/MacOS/Simple2
Reason: image not found
The program has unexpectedly finished.
/Users/Brian/Projects/QtProjects/Simple2-build-desktop-Desktop_Qt_4_8_0_for_GCC__Qt_SDK__Debug/Simple2.app/Contents/MacOS/Simple2 exited with code 0

How do I load this library? Could somebody help me out with this?

Thanks...