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 [email protected] http://lists.qt-project.org/mailman/listinfo/interest
