summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/slow_qt4.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/slow_qt4.py')
-rw-r--r--third_party/waf/waflib/extras/slow_qt4.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/waf/waflib/extras/slow_qt4.py b/third_party/waf/waflib/extras/slow_qt4.py
index e3014cdf070..ec7880bf9d7 100644
--- a/third_party/waf/waflib/extras/slow_qt4.py
+++ b/third_party/waf/waflib/extras/slow_qt4.py
@@ -1,8 +1,4 @@
#! /usr/bin/env python
-# encoding: utf-8
-# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
-
-#! /usr/bin/env python
# Thomas Nagy, 2011 (ita)
"""
@@ -26,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):