^
guys , is that correct ?
^
guys , is that correct ?
I had the same problem whem I installed Qt on Mac (if memory doenst fail me I think it was that same error). But after I install the IPhone SDK, Qt programs started to compile and run fine. I dont know why, but it solve it.
__________________________________________________
My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
Like my projects ? Buy me a kofi
Hi ,
I have too this problem, but can't solved for the moment i have make my ".profile" with "/Developer/Tools/Qt", but same error "Failed to start program. Path or permissions wrong?"
I search solution since lot of months...
Best regards
Sorry for up,
I have install xcode, and have the same problem "Failed to start program. Path or permissions wrong?"...
Really no solution ? Does have to change compilation configuration or somethingelse ?
Best regards.
Hey dear Friend
I had the same problem and when I installed Xcode the problem was solved ... I think it's because you don't have gcc compiler on you computer and Qt needs gcc compiler to build its files and projects
Last edited by Navid.Azami; 13th June 2011 at 05:49. Reason: Typo
That's very simple.
At the left pane of Qt Creator Environment, click "Projects", then on "Build Directories type the correct path for your shadow builds.
"Warning: QMake doesn't support build paths under the source directory"
The build path you choose should be outside the source directory.
If this option is enabled (checked), It wil be written on your .pro.User auto-generated file.
Hope this helps
Bookmarks