diff --git a/ChangeLog b/ChangeLog index 4bfef91e..4c499513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ NEW IN WAF 1.9.3 * Enable individual output lines in conf.multicheck * Updated examples for stripping executables * More documentation +* Qt 5.7 detection NEW IN WAF 1.9.2 ---------------- diff --git a/demos/python/wscript b/demos/python/wscript index 2a198779..6786bc49 100644 --- a/demos/python/wscript +++ b/demos/python/wscript @@ -29,7 +29,8 @@ def configure(conf): def build(bld): - # first compile a few pyc and pyo files (set install_path=None to disable the installation...) + # first compile a few pyc and pyo files (set install_path=None to disable the installation, + # by default install_path is set to ${PYTHONDIR}) bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.') # then a c extension module