Creator does not see 4.8.0
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
Code:
which qmake
/usr/bin/qmake
then i type
Code:
qmake -v
QMake version 2.01a
Using Qt version 4.8.0 in /Library/Frameworks
This does not fit together somehow.
Any suggestions here?
Thanks
Markus
Re: Creator does not see 4.8.0
You can simply add other versions in the creator. Settings->create and run->Qt versions->add then simply choose the qmake you want to add.
If you want to force creator auto detect, try to delete the corresponding lines in the configuration file.
Re: Creator does not see 4.8.0
Thanks, it turned out Creator is using 4.8 but it displays 4.7. That is pretty confusing.