How to add a new Qt version to qtcreator?
-
I want to add a new version of qt to qtcreator. So I go to Projects->Manage Kits->Qt Versions->Add. This brings up a dialog asking me for the location of qmake. However there is no way of navigating to the location of the installation at /usr/local/Qt-5.4.1. Under 'Macintosh HD' for example it only lists Users, User Information, System, Library, Applications. No Usr.
So how do I navigate to /usr/local/Qt-5.4.1/bin/qmake???
-
In basic, you DON'T add a new Qt version to Creator.
In new releases they always add a new QtCreator version to a new Qt release, thus when you upgrade your Qt version, you update your Creator version. This has to do with the used debuggers/compilers etc.
I'm no mac guy, but is usr/local not the same as the folder Users? (the same stuff applies in Win)
Happy coding!! -
-
Weird,
I closed down qtcreator, deleted the old qt version, hit 'add' and it came up with pathe to /usr and /usr/local... hey presto and navigated to the Qt-5.4.1/bin/qmake and everything is working!
thanks!