Issue 1321, more accurate task count for qt4 and build groups

This commit is contained in:
Thomas Nagy 2013-05-29 22:36:07 +02:00
parent fa5ed99a21
commit 144f4a4d25
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ class qxx(Task.classes['cxx']):
tsk.set_inputs(h_node)
tsk.set_outputs(m_node)
if self.generator:
self.generator.tasks.append(tsk)
# direct injection in the build phase (safe because called from the main thread)
gen = self.generator.bld.producer
gen.outstanding.insert(0, tsk)