> -----Original Message----- > On Jan 8, 2014, at 4:05 PM, Yves Bailly <[email protected]> wrote: > > > [...] > > When I request to run one of the subproject, *all* the subprojects are > > always build. Even if the build step is reduced to checking nothing > > has changed (message "Nothing to be done for 'first'"), it can take a > > rather large amount of time. > > > > Can this be avoided in some way? I couldn't find an option. > > > > Thanks for any hint. > > Bind a keyboard shortcut to Build > Build subproject (or try that menu item > from the menu first)
Another way is to load only the subprojects you're really interested in, as separate top-level projects. You can even define dependencies between them in the Projects pane, if needed. That's at least what I do when doing bigger work in Qt Creator on Windows , just loading the plugins I want to work on + app.pro Regards Kai _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
