On Fri, Apr 16, 2010 at 11:22 AM, Michael Jackson <
mike.jack...@bluequartz.net> wrote:

> While I agree with everything said I think a Qt Specific function for
> "deploying Apps", whether those are on Windows, OS X or linux, should be
> created. The script would be at a higher level than BundleUtilites as I
> would envision DeployQt4App.cmake calling BundleUtilities, checking the type
> of Qt being used (Relevant on OS X), copying the plugins (if wanted by the
> user) and stuff like that. Thoughts?
>

Sounds like a reasonable idea. I would recommend naming it
"DeployQtApp.cmake" and leave out the 4 in anticipation of an eventual Qt
5...

I would also encourage you to put "stuff generally useful even to non-Qt
apps" into BundleUtilities and make sure that DeployQtApp is really only
Qt-specific deployment related stuff.

BundleUtilities, while it was originally started to handle Mac-specific
bundling issues, has evolved to be useful on Linux and Windows now too.


David
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to