Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-08 Thread Mike McQuaid
, not for Windows). It should also know about all the needed destinations per-platform. I guess I saw my stuff as an extension to fixup_bundle rather than existing much outside so instead of fixup_bundle and do_qt_stuff I would just call deploy_qt(app plugins) and it does the rest automagically. -- Mike

Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-08 Thread Mike McQuaid
is outside the path you might pass QT_LIBRARY_DIR here). Let me know your thoughts! -- Mike McQuaid http://mikemcquaid.com ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-08 Thread Mike McQuaid
a single click so I actually wasn't yet. Resent the relevant mails to the list, sorry! -- Mike McQuaid http://mikemcquaid.com ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] On Mac OS X, the CMake .app filename should not contain the version number ( http://public.kitware.com/Bug/view.php?id=11693#c24958 )

2011-01-20 Thread Mike McQuaid
the version number in the filename. In addition, other CMake things that aren't particularly native: - Using bin/ directories inside Program Files on Windows is a bit weird - I think that CMake shouldn't use version numbers in the Start Menu/folder/executable name on Windows -- Mike McQuaid http

[cmake-developers] InstallRequiredLibraries and NSIS fixes/features

2011-01-06 Thread Mike McQuaid
://github.com/Kitware/CMake/pull/1.patch https://github.com/Kitware/CMake/pull/2.patch Thanks! -- Mike McQuaid http://mikemcquaid.com ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] CPack Packaging and BundleUtilities/GetPrerequisites

2011-01-06 Thread Mike McQuaid
that one about a month ago, IIRC. I did but couldn't remember the exact variable name. Personally, although useful, that didn't seem to be much of an advantage, still requiring most of the nasty INSTALL(CODE) just without the prefix matching. Thanks though! -- Mike McQuaid http://mikemcquaid.com