Greetings all,

I have a main project file using template "subdirs":
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += ...a long list of subdirs...

The subdirs are all executable projects (no libraries) which
have no build-time dependencies between them.

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.

-- 
      /- Yves Bailly - Software developer   -\
      \- Sescoi R&D  - http://www.sescoi.fr -/
"The possible is done. The impossible is being done. For miracles,
thanks to allow a little delay."
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to