From 1a71611b6ceaf6cdb24ea485a818fc56c956b5f8 Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 27 Apr 2011 12:34:27 +0200 Subject: Added dependency information to the sync.profile. --- sync.profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 275e96c..6737795 100644 --- a/sync.profile +++ b/sync.profile @@ -12,3 +12,15 @@ %modulepris = ( "QtSvg" => "$basedir/modules/qt_svg.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 = ( + "QtSvg" => { + "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + }, +); -- cgit v1.2.1