summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:34:27 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:34:27 +0200
commit1a71611b6ceaf6cdb24ea485a818fc56c956b5f8 (patch)
tree23ff8a8df5eb0e6d6b0877dbed6af5bc80134431 /sync.profile
parentf161cc69b54e3a9e0660744ae3ee33d02fe03017 (diff)
downloadqtsvg-1a71611b6ceaf6cdb24ea485a818fc56c956b5f8.tar.gz
Added dependency information to the sync.profile.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
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",
+ },
+);