Re: [CMake] fixup_bundle() and stripping prerequisites

2011-01-10 Thread KC Jones
build/_CPack_Packages/Darwin/DragNDrop/SkypeKit-UiKit/qtsimpleclient.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/4/QtGui and /Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined. Wondering if stripping would silence these warnings? KC

Re: [CMake] Installing a helper application

2011-01-06 Thread KC Jones
Excellent approach. Thank you. KC Jones kc.jo...@skype.net SkypeId: bernalkc On Jan 6, 2011, at 5:55 AM, Ryan Pavlik wrote: > You'll need something closer to this: > > > add_executable(myapp MACOSX_BUNDLE [...]) > > find_file(helperpath [...]) > if(NOT h

Re: [CMake] CPack, fixup_bundle, macdeployqt, and QTBUG-5952

2011-01-06 Thread KC Jones
I'm running 2.8.2 - so I will upgrade now. Thanks. KC Jones kc.jo...@skype.net SkypeId: bernalkc On Jan 6, 2011, at 4:14 AM, David Cole wrote: > The fix for http://public.kitware.com/Bug/view.php?id=10020 (which is > in CMake 2.8.3) should make sure that "Resources&

[CMake] CPack, fixup_bundle, macdeployqt, and QTBUG-5952

2011-01-05 Thread KC Jones
calling fixup_bundle?? This does seem like a bug in Qt4.7 - but it has also remained unfixed in Qt4.7.1, and macdeployqt does something magical, so holding my breath and waiting for a fix is not an option. Ideas and suggestions welcome. K

[CMake] Installing a helper application

2011-01-05 Thread KC Jones
ALL(PROGRAMS ${helperpath}/myhelper DESTINATION . ) But this form PROGRAMS does not support the kind-of qualifiers (BUNDLE, RUNTIME), so helperapp gets copied next to the bundle on Mac, not into it where it needs to be. What am I doing wrong? KC Jones k

Re: [CMake] CPack 101

2010-12-23 Thread KC Jones
> Thanks for your comments and questions. May we quote you on that? ("cmake is > elegant in the extreme ... great tool") Of course. Since all the code I work with is published on multiple OSes, cmake is a godsend. I'm actively working on replacing as much of our legacy build methods with cmak

[CMake] CPack 101

2010-12-22 Thread KC Jones
ak this down for me... Thanks for your indulgence. I hope this does not offend those who've put so much into this great tool. KC Jones kc.jo...@skype.net SkypeId: bernalkc ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] Platform differences for ExternalProject_add URL

2010-12-09 Thread KC Jones
e the latest libcurl3 installed, and that I can hit that https url using curl on the command line (where I find that sourceforge is redirecting). So I'm stumped. Please advise. KC Jones kc.jo...@skype.net SkypeId: bernalkc ___ Powered b

[CMake] Platform differences for ExternalProject_add URL

2010-12-08 Thread KC Jones
ts --no-samples --omit=Util,Net,Crypto,NetSSL_OpenSSL,Data,Data/SQLite,Data/ODBC,Data/MySQL,Zip BUILD_COMMAND make ) -- Any words of wisdom for a cmake newbie? KC Jones kc.jo...@skype.net SkypeId: bernalkc ___ Powered by www.kitware.c