README: Remove -no-demos from suggested configure flags

Change 1fab62b930edd in qtbase removes demos from default build
targets: demos and examples are merged into one in Qt 5.

Change-Id: Idc6577920cb8678efe493898d85553050c752787
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Kai Koehne
2012-01-03 11:48:03 +01:00
committed by Qt by Nokia
parent a454b9e750
commit 06b56d2c88

2
README
View File

@@ -99,7 +99,7 @@ HOW TO BUILD QT5
You can disable parts of the build to speed up compilation or to work around
problems by configuring with:
-nomake tests -nomake examples -nomake demos.
-nomake tests -nomake examples
The qt5_tool in qtrepotools has some more features which may be of interest.
Try `qt5_tool --help'.