aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-06-14 09:55:03 +0200
committerLiang Qi <liang.qi@qt.io>2016-06-14 16:20:56 +0000
commit9b6d296096aebfd37e332da1389e7bd40d2b6a54 (patch)
treebebadedcf12ec700da1f2b9a41d5b42309903eaf /README
parent5778d17a6852516ab7522d5447573a04cd883996 (diff)
README: Do not take deprecated modules as an example
Task-number: QTBUG-54084 Change-Id: I03c81822a05fb9a3bda975421228b460c2a00fe2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 12969310..7781f47b 100644
--- a/README
+++ b/README
@@ -87,11 +87,11 @@ HOW TO BUILD QT5
default in the build system.
It is possible to build selected modules with their dependencies by doing
- a `make module-<foo>'. For example, to build only qtscript and qtwebkit,
- and the modules they depend on:
+ a `make module-<foo>'. For example, to build only qtdeclarative,
+ and the modules it depends on:
./configure -prefix $PWD/qtbase <license>
- make -j4 module-qtscript module-qtwebkit
+ make -j4 module-qtdeclarative
This can save a lot of time if you are only interested in a subset of Qt5.