I'm not at my Mac right now but look in your Developer (or Programming, but I think it's the former) top level directory. Qt should be in it and you can make your way to the home directory from there.
Matt
I'm not at my Mac right now but look in your Developer (or Programming, but I think it's the former) top level directory. Qt should be in it and you can make your way to the home directory from there.
Matt
Yea, I found that a while back. The main problem I have right now is trying to run a qml file in Qt Creator. The green run button is gray. I am assuming that things are not setup correctly. Further, I am assuming I need to configure/compile/install Qt. The question is:
Where do I go to configure/compile/install Qt upon installing from the dmg file?
Is it just qml files that are the problem? Can you run a regular (non-qml) demo through QtCreator?
No, Here is the error message I am getting:
Could not find make command: make in the build environment
Error while building project graphicsview (target: Desktop)
When executing build step 'Make'
Ok, at the day job right now so I cannot answer the version questions, will this evening, but...
I did install Qt BEFORE XCode, does that matter?
Ok, when I do an echo $PATH, I get:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
But there is no make or gcc in the path, though I am able to start /Developer/Applications/Xcode and get to the "Welcome to Xcode" dialog.
What am I missing?
I never had to do any special install of gcc, make, etc. to get things going on a Mac, I'm pretty sure they come with Xcode.
As for your error messages, on an HP I get exactly those messages when, on the Projects page, the Qt version I use is 'Qt in Path' rather than 'Qt 4.7.0', ,'Qt 4.6.3', etc. I can't look at this on my Mac now but I expect it's the same thing. In this situation, under 'Build Steps', it says 'make not found in the environment'--are you getting this? Moreover I *am* able to run qmake in this case. I don't understand exactly what the problem is here, but the solution is just to switch to another Qt version, something != 'Qt in Path'. As soon as you're able to get rid of 'make not found', you're good.
HTH,
Mattt
Bookmarks