Re: [CMake] Qt stand alone and deployable bundle OS X application

2009-08-18 Thread Arnaud GELAS
Hi Mike, Thanks for your email! You made me realize that I was building static libraries... That was the main reason why I had some troubles. Note that I had to add in CompleteBundle.cmake.in the following lines (to remove some warnings with cmake): IF( COMMAND CMAKE_POLICY )

[CMake] Qt stand alone and deployable bundle OS X application

2009-08-17 Thread Arnaud GELAS
Hi all, I am trying to make a stand alone bundle OS X application using CMake. My application is based on Qt4.5. I have been following the following wiki page (with QtTest example): http://www.cmake.org/Wiki/BuildingOSXApplications This bundle application works perfectly on a machine where

Re: [CMake] Qt stand alone and deployable bundle OS X application

2009-08-17 Thread ML
Hi Arnaud, I am trying to make a stand alone bundle OS X application using CMake. My application is based on Qt4.5. I have been following the following wiki page (with QtTest example): http://www.cmake.org/Wiki/BuildingOSXApplications This bundle application works perfectly on a machine

Re: [CMake] Qt stand alone and deployable bundle OS X application

2009-08-17 Thread Mike Jackson
The fixup bundle function _should_ be taking care of any dylib or framework that is linked to your application. If the function is NOT doing this then either we need better instructions, updated instructions or the function has been mis-used. I am betting a little bit of all of that. I use the