Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread Peter Kümmel
Attached a small patch for the fixup_bundle documentation which would helped me a lot when I've stared using fixup_bundle. Peter diff --git a/Modules/BundleUtilities.cmake b/Modules/BundleUtilities.cmake index 44f2c20..6811fb6 100644 --- a/Modules/BundleUtilities.cmake +++ b/Modules/BundleUtiliti

Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread Peter Kümmel
On 14.02.2011 18:14, Michael Jackson wrote: You may want to take a look at some of the macros that I have created just for this purpose: copying my own plugins plus some of Qt's plugins into the application bundle. http://scm.bluequartz.net/support-libraries/cmp/trees/master Take a look at the

Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread Michael Jackson
You may want to take a look at some of the macros that I have created just for this purpose: copying my own plugins plus some of Qt's plugins into the application bundle. http://scm.bluequartz.net/support-libraries/cmp/trees/master Take a look at the cmpCMakeMacros.cmake file One of my project

Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread David Cole
On Mon, Feb 14, 2011 at 12:02 PM, Peter Kümmel wrote: > On 14.02.2011 17:23, David Cole wrote: > >> On Sat, Feb 12, 2011 at 12:41 PM, Peter Kümmel >> wrote: >> >> On 12.02.2011 18:26, Peter Kümmel wrote: >>> >>> I wanna create a bundle on OSX with fixup_bundle but I have problems with >>>

Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread Peter Kümmel
On 14.02.2011 17:23, David Cole wrote: On Sat, Feb 12, 2011 at 12:41 PM, Peter Kümmel wrote: On 12.02.2011 18:26, Peter Kümmel wrote: I wanna create a bundle on OSX with fixup_bundle but I have problems with plugins. The plugins are build with add_library(MODULE) into ${CMAKE_BINARY_DIR}/pl

Re: [CMake] Copying plugins into a bundle

2011-02-14 Thread David Cole
On Sat, Feb 12, 2011 at 12:41 PM, Peter Kümmel wrote: > On 12.02.2011 18:26, Peter Kümmel wrote: > >> I wanna create a bundle on OSX with fixup_bundle but I have problems with >> plugins. >> >> The plugins are build with add_library(MODULE) into >> ${CMAKE_BINARY_DIR}/plugins. >> >> set(app ${CMA

Re: [CMake] Copying plugins into a bundle

2011-02-12 Thread Peter Kümmel
On 12.02.2011 18:26, Peter Kümmel wrote: I wanna create a bundle on OSX with fixup_bundle but I have problems with plugins. The plugins are build with add_library(MODULE) into ${CMAKE_BINARY_DIR}/plugins. set(app ${CMAKE_BINARY_DIR}/bin/b.app) install(CODE "file(GLOB_RECURSE plugins \"\

[CMake] Copying plugins into a bundle

2011-02-12 Thread Peter Kümmel
I wanna create a bundle on OSX with fixup_bundle but I have problems with plugins. The plugins are build with add_library(MODULE) into ${CMAKE_BINARY_DIR}/plugins. set(app ${CMAKE_BINARY_DIR}/bin/b.app) install(CODE "file(GLOB_RECURSE plugins \"\${CMAKE_BINARY_DIR}/plugins/*${CMAKE_SHARED_