The cxx_hook override in slow_qt4 is missing a return bloack

This commit is contained in:
Thomas Nagy 2018-03-25 18:39:52 +02:00
parent bb458769ee
commit 2c640d8803
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import waflib.Tools.cxx
@extension(*waflib.Tools.qt4.EXT_QT4)
def cxx_hook(self, node):
self.create_compiled_task('cxx_qt', node)
return self.create_compiled_task('cxx_qt', node)
class cxx_qt(Task.classes['cxx']):
def runnable_status(self):