From e02ce75d75bb679b334699ac1f72c605797d807d Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Thu, 18 Jul 2013 18:41:50 +0200 Subject: Add sync.profile for handling dependencies in the Qt CI system. Change-Id: I2df4d49ff0e4ed53a38bc666c59a6f4fb943eb46 Reviewed-by: Pierre Rossi --- sync.profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 000000000..24a6cba89 --- /dev/null +++ b/sync.profile @@ -0,0 +1,7 @@ +# A list of Qt dependencies to build QtWebEngine. +%dependencies = ( + "qtbase" => "refs/heads/stable", + "qtxmlpatterns" => "refs/heads/stable", + "qtjsbackend" => "refs/heads/stable", + "qtdeclartive" => "refs/heads/stable", +); -- cgit v1.2.3