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-'. For example, to build only qtscript and qtwebkit, - and the modules they depend on: + a `make module-'. For example, to build only qtdeclarative, + and the modules it depends on: ./configure -prefix $PWD/qtbase - 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.