On Fri, 2011-05-20 at 14:30 +0000, ext Campbell Barton wrote: > adding install as an argument works, but installing *every* time is > also overkill (in my case at least its only needed after updating the > source tree). > > For MSVC and XCode cmake generated project files there is an install > target you can build from the IDE. > > QtCreators cmake project loaded gives a bunch of targets in the > projects make options but 'install' isn't one of them, and I cant find > a way to build anything besides "all" & "clean" - without editing the > configuration each time at least. > > Since "clean" is a hard coded make target, why not make "install" hard > coded as well?, > ...that or better support for cmake files to read the generated > targets and allow some access from the UI but this is more work I > expect.
Isn't a deploy step exactly what you need? Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
