[Interest] MacOS 10.4 + QT 4.7.4 + my app linking error
Samuel Gaist
samuel.gaist at edeltech.ch
Wed Nov 28 11:18:48 CET 2012
From the top of my head I would say Carbon
Hope it helps
Samuel
On 28 nov. 2012, at 11:09, Sergey wrote:
> 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
>>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
More information about the Interest
mailing list