From 72b305156d8364574969a1475985ce6afa46aaff Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 7 Aug 2019 08:54:06 +0200 Subject: [PATCH] qt5: Note on how to build a slim toolkit This might be helpful if the unfortunate webkit history starts to repeat. --- qt5.be0 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qt5.be0 b/qt5.be0 index 901ad0c31..e47155d6f 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -8,6 +8,14 @@ PREFIX=/usr/local/qt5 # build_in_sourcedir +############################################################################### +# NOTE: +# webengine is the new webkit (sigh). To obtain a 'lean and mean' qt toolkit, +# this is the way to dump all web related stuff. +# mee_extract_post() { +# start_cmd rm -rf ${S}/qtweb* +# } + mee_configure() { start_cmd ${S}/configure \ -prefix ${PREFIX} \