From 972d8e49042c859fd872495de9f64a71034b037f Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 22 Dec 2015 18:17:51 +0100 Subject: [PATCH] The tool qt4 is not included by default in waf 1.9 --- TODO | 3 ++- waflib/{Tools => extras}/qt4.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename waflib/{Tools => extras}/qt4.py (100%) diff --git a/TODO b/TODO index d78e7344..9b18e0c9 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,7 @@ Waf 1.9 * Provide a more efficient ConfigSet implementation * Ensure _cache.py are valid python files * Set cflags in the beginning / cppflags at the end -* Remove qt4 from the default modules, rework qt5 +* Rework qt5 * Remove Node.cache_sig * Make lazy visual studio detection the default * Do not cache waf tool detection @@ -23,4 +23,5 @@ Done * Remove the split functions from Utils * Remove the command called "update" * Include the tool 'nobuild' by default +* Remove qt4 from the default modules diff --git a/waflib/Tools/qt4.py b/waflib/extras/qt4.py similarity index 100% rename from waflib/Tools/qt4.py rename to waflib/extras/qt4.py