[Qt-creator] Subprojects handling
Yves Bailly
yves.bailly at sescoi.fr
Wed Jan 8 16:05:41 CET 2014
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."
More information about the Qt-creator
mailing list