Daniel Teske wrote: > I'm pretty confident that all 3 solutions I did suggest are implementable > and don't take unreasonable effort.
As I've said before, I think the only option from the CMake point of view is installing. The disadvantage of copying large amounts of files during installation does not exist with CMake if you install to a temp directory. You could grep the output of 'make install' for 'Installing' to see what should be transferred as a result. http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/7839 Thanks, Steve. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
