Hi All,

I am using SDK 1.1.4 and decided to install 4.8.0 (Mac libraries) today. Unfortunately after the install Creator does not see 4.8.0
It offers me 4.7.4 and 4.7 in PATH (system). When I open a terminal and type
Qt Code:
  1. which qmake
  2. /usr/bin/qmake
To copy to clipboard, switch view to plain text mode 

then i type
Qt Code:
  1. qmake -v
  2. QMake version 2.01a
  3. Using Qt version 4.8.0 in /Library/Frameworks
To copy to clipboard, switch view to plain text mode 

This does not fit together somehow.
Any suggestions here?

Thanks
Markus