[sysadmin/ci-builder-tools] build/qt5: Force qtwebkit to be dragged in for all Qt 5 builds, as we have things that hard require it to be available.

Ben Cooksley bcooksley at kde.org
Fri Apr 22 09:21:12 UTC 2016


Git commit d923b21a4fc32954a6fb96061a96dad004b4f10e by Ben Cooksley.
Committed on 22/04/2016 at 09:21.
Pushed by bcooksley into branch 'master'.

Force qtwebkit to be dragged in for all Qt 5 builds, as we have things that hard require it to be available.
This option (much like many parts of Qt's build infrastructure) isn't documented anywhere officially - we only know about it from other developers, so hopefully this is a valid command.
CCMAIL: kde-frameworks-devel at kde.org
CCMAIL: sgclark at kde.org

M  +1    -1    build/qt5/project.cfg

http://commits.kde.org/sysadmin/ci-builder-tools/d923b21a4fc32954a6fb96061a96dad004b4f10e

diff --git a/build/qt5/project.cfg b/build/qt5/project.cfg
index 706b23a..346fcb5 100644
--- a/build/qt5/project.cfg
+++ b/build/qt5/project.cfg
@@ -5,4 +5,4 @@ configureExecutable={sources}/configure
 alwaysCheckoutSources=False
 runPostCheckoutCommand=True
 gitCheckoutCommand=%(gitExecutable)s reset --hard origin
-postCheckoutCommand={sources}/init-repository -f -q
+postCheckoutCommand={sources}/init-repository -f -q --module-subset=default,qtwebkit


More information about the Kde-frameworks-devel mailing list