[Qt-creator] Evaluation on Mac OSX (Eike Ziller) Successful work around found
Israel Brewster
israel at frontierflying.com
Mon Jan 5 20:06:43 CET 2009
For what it's worth (keeping in mind that I haven't followed this
entire thread) QtCreator works fine on my Mac OS X 10.5.6 machine (and
when it was 10.5.5), with no workarounds needed. I just launch it
normally, hit build, and it builds. Course, I have Qt compiled from
source, if that makes a difference.
-----------------------------------------------
Israel Brewster
Computer Support Technician
Frontier Flying Service Inc.
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7250 x293
-----------------------------------------------
On Jan 5, 2009, at 9:28 AM, G3WOE wrote:
> Hi Eike
>
> If I run this script
>
> ignoring application responses
> tell application "Terminal"
> activate
> do script with command ¬
> "PATH=$PATH:/usr/local/qt4.4;/Developer/Applications/Qt/
> QtCreator.app/Contents/MacOS/QtCreator;"
> end tell
> end ignoring
>
> Then the System Qt is found OK !! progress, but still no qmake build.
>
> Then if I add /usr/bin to the path like this the project will build!!.
>
> ignoring application responses
> tell application "Terminal"
> activate
> do script with command ¬
> "PATH=$PATH:/usr/local/qt4.4:/usr/bin;/Developer/Applications/Qt/
> QtCreator.app/Contents/MacOS/QtCreator;"
> end tell
> end ignoring
>
> So to integrate with OSX10.5 Creator may need some more work done to
> manage the environment settings so it can be launched like other apps.
>
> Comments appreciated.
>
> Michael White
> G3WOE
> 18 Kings Road
> Feltham
> Greater London
> TW13 5AU
> U.K.
> T: +44(0)208 707 5980
> M:+44(0)7966 284 120
> michael at g3woe.com
>
>
>
>
>
> On 5 Jan 2009, at 12:42, qt-creator-request at trolltech.com wrote:
>
>> Re: Evaluation on Mac OSX (Eike Ziller)
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list