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

2011-01-06 Thread David Cole
The fix for http://public.kitware.com/Bug/view.php?id=10020 (which is in CMake 2.8.3) should make sure that Resources get copied with frameworks that get pulled in during a fixup_bundle call. Are you using CMake 2.8.3? On Wed, Jan 5, 2011 at 10:20 PM, Michael Jackson mike.jack...@bluequartz.net

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 get copied with frameworks

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

2011-01-05 Thread KC Jones
Me again, with another issue: On Mac, I'm running into the problem described in QTBUG-5952: http://bugreports.qt.nokia.com/browse/QTBUG-5952 where my CPack generated DD installer yields an installed app fails with a log message like Qt internal error: qt_menu.nib could not be loaded. This

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

2011-01-05 Thread Michael Jackson
The qt_menu.nib package can be located in either the QtGui.framework that gets copied into your application bundle or in MyApp.app/Contents/Resources/qt_menu.nib. Either of those locations should allow your application to work. Do you need to also add a qt.conf file into the Contents/Resources