tools/CreateMacBundle.cmake.in
changeset 9050 e9d54cd577e7
parent 8704 4fa9d9be17f3
child 9345 bb9bf1efd0d2
--- a/tools/CreateMacBundle.cmake.in	Fri May 24 00:55:33 2013 +0200
+++ b/tools/CreateMacBundle.cmake.in	Fri May 24 01:45:03 2013 +0200
@@ -16,6 +16,7 @@
     #same here, for libpng and hwengine, let's assume the version pulled by macdeployqt is the same
     #(yes libpng is pulled by macdeployqt even when NOVIDEOREC is active)
     execute_process(COMMAND install_name_tool -change ${PNG_LIBRARY} @executable_path/../Frameworks/${PNG_LIBNAME} ${engine_full_path})
+    execute_process(COMMAND install_name_tool -change ${ZLIB_LIBRARY} @executable_path/../Frameworks/${ZLIB_LIBNAME} ${engine_full_path})
 endif()
 
 if(doBundle EQUAL 1)