From 6d75cac3bb22fff4df3af85c7b8fb8564d792c4e Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 3 Aug 2011 12:07:04 +1000 Subject: Add sync.profile It appears to depend on qttools, so adding qttools and all its dependencies as dependencies of this module. Change-Id: Ia2afa5a0a0adaba6d02b3450a3f3b53c10af13f0 Reviewed-on: http://codereview.qt.nokia.com/2534 Reviewed-by: Qt Sanity Bot Reviewed-by: Marius Storm-Olsen --- sync.profile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..d5bc39d --- /dev/null +++ b/sync.profile @@ -0,0 +1,27 @@ +%modules = ( # path to module name map +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( +); +%modulepris = ( +); +# Module dependencies. +# Every module that is required to build this module should have one entry. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) +# +%dependencies = ( + "qtbase" => "refs/heads/master", + "qtwebkit" => "refs/heads/qt-modularization-base", + "qtscript" => "refs/heads/master", + "qtsvg" => "refs/heads/master", + "qtxmlpatterns" => "refs/heads/master", + "qtdeclarative" => "refs/heads/master", + "qtphonon" => "refs/heads/master", + "qtactiveqt" => "refs/heads/master", + "qttools" => "refs/heads/master", +); -- cgit v1.2.1