Re: [CMake] OsX bundle including Qt framework

2010-02-25 Thread Martin Guillon
- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Martin Guillon Sent: Wednesday, February 24, 2010 4:05 PM To: Werner Smekal; cmake@cmake.org Subject: Re: [CMake] OsX bundle including Qt framework Thanks a lot, it now works perfectly MArtin -Original Message

Re: [CMake] OsX bundle including Qt framework

2010-02-25 Thread Michael Wild
: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Martin Guillon Sent: Wednesday, February 24, 2010 4:05 PM To: Werner Smekal; cmake@cmake.org Subject: Re: [CMake] OsX bundle including Qt framework Thanks a lot, it now works perfectly MArtin -Original Message

Re: [CMake] OsX bundle including Qt framework

2010-02-25 Thread Martin Guillon
Thanks will try that. Martin -Original Message- From: Michael Wild [mailto:them...@gmail.com] Sent: Thursday, February 25, 2010 9:36 AM To: Martin Guillon Cc: Werner Smekal; cmake@cmake.org Subject: Re: [CMake] OsX bundle including Qt framework I think this is because Qt by default

[CMake] OsX bundle including Qt framework

2010-02-24 Thread Martin Guillon
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

Re: [CMake] OsX bundle including Qt framework

2010-02-24 Thread Michael Jackson
http://www.cmake.org/Wiki/BundleUtilitiesExample ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Feb 24, 2010, at

Re: [CMake] OsX bundle including Qt framework

2010-02-24 Thread Werner Smekal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Martin, 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. This will be done automagically using the BundleUtilities module. E.g. in my

Re: [CMake] OsX bundle including Qt framework

2010-02-24 Thread Martin Guillon
Thanks a lot, it now works perfectly MArtin -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Werner Smekal Sent: Wednesday, February 24, 2010 3:34 PM To: cmake@cmake.org Subject: Re: [CMake] OsX bundle including Qt framework -BEGIN