summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:35:22 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:35:22 +0200
commit8d25e25e45812d2b09f5db8f377a552848214edc (patch)
treec8ef6c75ef84227d25795033aa1788f6fe811e15 /sync.profile
parent6d3b1b29b110c58139724812ebe5f11aae782d0c (diff)
Added dependency information to the sync.profile.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..952c709
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,11 @@
+# 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 = (
+ "qtwebkit-examples-and-demos" => {
+ "QtWebKit" => "LATEST_REVISION",
+ },
+);