aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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.