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