List of non-found by linker functions became less after linking with zlib. But these functions are still not found: _CFDataGetBytePtr _CFDataGetLength _CFDataGetTypeID _CFGetTypeID ___CFConstantStringClassReference _FrontWindow _GetCurrentProcess _SelectWindow _SetFrontProcess _ShowWindow
What must I link additionally to find them? 27.11.2012 17:16, Konstantin Tokarev wrote: > > 27.11.2012, 17:15, "Sergey" <[email protected]>: >> I didn't link with zlib at all. >> I solved problem adding this line to the pro file: >> >> include(...qt/4.7.4/qt-everywhere-opensource-src-4.7.4/src/3rdparty/zlib_dependency.pri) > Use -lz instead. Works for any Unix-like OS including Mac. > _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
