[Qt-creator] Evaluation on Mac OSX (Eike Ziller) Successful work around found

G3WOE michael at g3woe.com
Mon Jan 5 19:28:59 CET 2009


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)





More information about the Qt-creator-old mailing list