[Interest] MacOS 10.4 + QT 4.7.4 + my app linking error
Sergey
sh0375 at gmail.com
Wed Nov 28 11:09:42 CET 2012
After linking with zlib and CoreFoundation framework, these functions
are still not found:
_FrontWindow
_GetCurrentProcess
_SelectWindow
_SetFrontProcess
_ShowWindow
What must I link additionally?
28.11.2012 9:28, Lincoln Ramsay wrote:
>
> I seem to recall Mac apps needing to explicitly link to CoreFoundation
> even if they weren't directly using it.
>
> The CFxxx symbols are certainly that library...
>
> It may be that linking to CoreFoundation means you don't need to link to
> zlib too...
>
> mac:LIBS += -framework CoreFoundation
>
More information about the Interest
mailing list