Hi,

I use cmake to make an osx bundle of my qt application. During install I copy 
qt framework from my qt install dir to the Frameworks directory of my bundle.
The problem I have now is that when using "ostool -L " I see that my executable 
look for qt frameworks in a dir which is the absolute path to my qt install dir.
What I want is for my executable to look in the "Frameworks" directory of my 
bundle.

Is there a way to do that directly during build using Cmake?

Thanks

MArtin
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to