Re: [CMake] Problems with CPack and Mac OS X

2011-01-06 Thread Michael Jackson
You will want to read this page: http://www.cmake.org/Wiki/BundleUtilitiesExample It should answer your questions. ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQu

Re: [CMake] Problems with CPack and Mac OS X

2011-01-06 Thread NoRulez
Thank you very much, but how can I add the QtCore.framework for example? INSTALL(TARGETS "/Library/Frameworks/QtCore.framework" FRAMEWORK DESTINATION MyApp.app/Contents/Frameworks COMPONENT MyApp) Doesn't work, maybe I misunderstood some CMake commands? Best Regards NoRulez Am 06.01.2011 um 2

Re: [CMake] Problems with CPack and Mac OS X

2011-01-06 Thread Michael Wild
On 01/06/2011 09:31 PM, NoRulez wrote: > Hi, > > I want to use the package generator PackageMaker. > > If I run cpack from the command line I get the Error that my app couldn't be > found (without .app) > > I have a bundle created with add_executable(MyApp MACOSX_BUNDLE...) > > In the cpack co

[CMake] Problems with CPack and Mac OS X

2011-01-06 Thread NoRulez
Hi, I want to use the package generator PackageMaker. If I run cpack from the command line I get the Error that my app couldn't be found (without .app) I have a bundle created with add_executable(MyApp MACOSX_BUNDLE...) In the cpack configuration I have INSTALL(PROGRAMS "${CMAKE_RUNTIME_OUTPU