From 9b6d296096aebfd37e332da1389e7bd40d2b6a54 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 14 Jun 2016 09:55:03 +0200 Subject: README: Do not take deprecated modules as an example Task-number: QTBUG-54084 Change-Id: I03c81822a05fb9a3bda975421228b460c2a00fe2 Reviewed-by: Simon Hausmann --- README | 6 +++--- 1 file 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-'. 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. -- cgit v1.2.3