aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-03 11:48:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-03 12:42:03 +0100
commit06b56d2c88d52290d68490b26d5910269850397a (patch)
tree18c6fe8bd809a607899ac06e722d1ce605950e79 /README
parenta454b9e750496b601aa2950a3bb95c755e6c007b (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c3127370..657edfb2 100644
--- a/README
+++ b/README
@@ -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'.