Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-19 Thread NoRulez
...@kitware.com] Gesendet: Mittwoch, 19. Jänner 2011 00:26 An: NoRulez Cc: CMake MailingList Betreff: Re: [CMake] Problems with MinGW + BundleUtilities Providing code samples and/or copy/pasted output from doing your build would be more effective. I don't really know what you mean by give two

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-19 Thread David Cole
DESTINATION . COMPONENT ${PROJECT_NAME}) Thanks in advance Best Regards NoRulez *Von:* David Cole [mailto:david.c...@kitware.com] *Gesendet:* Mittwoch, 19. Jänner 2011 00:26 *An:* NoRulez *Cc:* CMake MailingList *Betreff:* Re: [CMake] Problems with MinGW + BundleUtilities Providing

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-19 Thread David Cole
:* Mittwoch, 19. Jänner 2011 00:26 *An:* NoRulez *Cc:* CMake MailingList *Betreff:* Re: [CMake] Problems with MinGW + BundleUtilities Providing code samples and/or copy/pasted output from doing your build would be more effective. I don't really know what you mean by give two destinations

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-19 Thread NoRulez
An: NoRulez Cc: CMake MailingList Betreff: Re: [CMake] Problems with MinGW + BundleUtilities Never mind. It's QT_BINARY_DIR and QT_LIBRARY_DIR, right there in the first line of code. So add to that variable the actual directories where all of your dlls live and it should work. i.e

[CMake] Problems with MinGW + BundleUtilities

2011-01-18 Thread NoRulez
Hello, I build my Qt project successfully on linux/mac with the great BundleUtilities. On Windows the required Qt dll’s and also “libgcc_s_dw2-1.dll” and “mingwm10.dll” aren’t packaged. The dumpbin.exe is in the path and the dumpbin.exe is under C:\masm32\bin\dumpbin.exe How can I

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-18 Thread David Cole
On Windows, you have to tell fixup_bundle where to find the Qt dll's (and the others) by passing in a list of directories as the last argument. Or, alternatively, simply add those directories to the PATH as well. HTH, David On Tue, Jan 18, 2011 at 4:34 PM, NoRulez noru...@me.com wrote:

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-18 Thread NoRulez
Thanks for the answer I already added ${QT_LIBRARY_DIR} and ${QT_BINARY_DIR}, but if I give two destinations, I get the error that it isn't a valid bundle. Best Regards NoRulez Am 18.01.2011 um 23:43 schrieb David Cole david.c...@kitware.com: On Windows, you have to tell fixup_bundle where

Re: [CMake] Problems with MinGW + BundleUtilities

2011-01-18 Thread David Cole
Providing code samples and/or copy/pasted output from doing your build would be more effective. I don't really know what you mean by give two destinations On Tue, Jan 18, 2011 at 5:51 PM, NoRulez noru...@me.com wrote: Thanks for the answer I already added ${QT_LIBRARY_DIR} and