diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:34:27 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:34:27 +0200 |
commit | 1a71611b6ceaf6cdb24ea485a818fc56c956b5f8 (patch) | |
tree | 23ff8a8df5eb0e6d6b0877dbed6af5bc80134431 /sync.profile | |
parent | f161cc69b54e3a9e0660744ae3ee33d02fe03017 (diff) | |
download | qtsvg-1a71611b6ceaf6cdb24ea485a818fc56c956b5f8.tar.gz |
Added dependency information to the sync.profile.
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 12 |
1 files changed, 12 insertions, 0 deletions
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", + }, +); |