From 3fdfde294ff0cfc09501e2d944043187e7e530c9 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 18 Feb 2013 17:37:21 +0100 Subject: add -skip option to the configures this makes it possible to exclude modules from the build without moving their sources out of the way. substitutes the much-requested -no-webkit. not adding a symmetrical option, as it is relatively pointless: to build only specific "leaf" modules, you only need to run "make module-qt ..." once you configured. and removing particular "intermediate" modules is achieved with this very option. Task-number: QTBUG-26697 Change-Id: I25cebdbd029885a2c653c4cde696f9bb78691768 Reviewed-by: Tuukka Turunen Reviewed-by: Joerg Bornemann --- dist/changes-5.0.2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index 5e170a35be..108512a98a 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -22,6 +22,9 @@ information about a particular change. General Improvements -------------------- + - [QTBUG-26697] The -skip option was added to configure, which enables not + building particular modules. Typical use case: -skip webkit. + Third party components ---------------------- -- cgit v1.2.3