Qt-interest Archive, April 2008
Getting access to Frameworks on OS X
Message 1 in thread
Hi,
What do I add to my .pro file so that I can get access to
AppleScriptKit.framework on OS X?
Thanks!
-Jason
--
[ signature omitted ]
Message 2 in thread
J. Todd Slack wrote:
> Hi,
>
> What do I add to my .pro file so that I can get access to
> AppleScriptKit.framework on OS X?
>
> Thanks!
>
> -Jason
Hi,
try "LIBS += -framework TheFramework".
See http://doc.trolltech.com/4.3/qmake-platform-notes.html#using-frameworks
Good luck,
Alessandro
--
[ signature omitted ]