diff --git a/waflib/extras/qt4.py b/waflib/extras/qt4.py index 63f901bd..37db63e8 100644 --- a/waflib/extras/qt4.py +++ b/waflib/extras/qt4.py @@ -155,7 +155,7 @@ class qxx(Task.classes['cxx']): # direct injection in the build phase (safe because called from the main thread) gen = self.generator.bld.producer - gen.outstanding.insert(0, tsk) + gen.outstanding.appendleft(tsk) gen.total += 1 return tsk