I want to do a light build of Qt by disabling some of the features I don't need following the doc at this address http://doc.qt.io/qt-5.7/configure-options.html
As stated
The -feature- and -no-feature- options include and exclude specific features, respectively, where is listed in the file qtbase/src/corelib/global/qfeatures.txt.
Though when trying to use it, it doesn't seem to recognize that option
Unknown option -no-feature-accessibility
I've tried with other features but doesn't seem to be implemented in Qt5.7
As well, the configure -h doesn't do any mention of this option.
Does this was stripped on recent version of Qt and the doc wasn't updated, or has this option name changed. Is there still a way with Qt5.7 to disable features ?