From 26edd6852a62aeec49712a53dcc8d4093192301c Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 27 Apr 2011 12:34:35 +0200 Subject: [PATCH] Added dependency information to the sync.profile. --- sync.profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sync.profile b/sync.profile index 9548e0f..542e919 100644 --- a/sync.profile +++ b/sync.profile @@ -12,3 +12,15 @@ %modulepris = ( "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.pri", ); +# Modules and programs, and their dependencies. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - "LATEST_REVISION", to always test against the latest revision. +# - "LATEST_RELEASE", to always test against the latest public release. +# - "THIS_REPOSITORY", to indicate that the module is in this repository. +%dependencies = ( + "QtXmlPatterns" => { + "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + }, +); -- 2.7.4