diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:34:35 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:34:35 +0200 |
commit | 26edd6852a62aeec49712a53dcc8d4093192301c (patch) | |
tree | ca696ca40be4bacd1f04c83742e83badcaf89acb /sync.profile | |
parent | 3131382d7fc90fcacd1559b65cdd73b67eb0c09e (diff) | |
download | qtxmlpatterns-26edd6852a62aeec49712a53dcc8d4093192301c.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 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", + }, +); |