From 89d3083c9f7aa79e69bd706847488912435744fc Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Mon, 7 Dec 2015 19:16:58 +0100 Subject: [PATCH] qt5: update the 'lib_mk_file_generator' README file Fixes #1813 --- .../src/lib/qt5/tools/lib_mk_file_generator/README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/repos/libports/src/lib/qt5/tools/lib_mk_file_generator/README b/repos/libports/src/lib/qt5/tools/lib_mk_file_generator/README index 221a52d4fd..e21a4b1bbd 100644 --- a/repos/libports/src/lib/qt5/tools/lib_mk_file_generator/README +++ b/repos/libports/src/lib/qt5/tools/lib_mk_file_generator/README @@ -3,8 +3,14 @@ The scripts in this directory have been used to generate the Usage: -- create a build directory in the 'contrib' directory +- download and extract the Qt5 source archive +- apply 'qt5_configuration.patch' from the 'src/lib/qt5/patches' directory +- create a build directory next to the extracted Qt5 source directory - copy the scripts into this build directory - change into the build directory - execute the 'create_generated_incs' script -- move the generated files into the 'lib/mk/' directory +- move the generated files into the 'lib/mk' directory + +Notes: + +- ICU (libicu-dev) must be installed on the host system to get the QtWebKit files generated