summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:34:50 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:34:50 +0200
commit3c8a216b855d158c48c27e06294226aab611426c (patch)
tree848b9505f7f1a18224f370ff32bcc83e63e41f4d
parent32a63d36c5a4551621a41c52fc4f5496b6dc2c88 (diff)
Added dependency information to the sync.profile.
-rw-r--r--sync.profile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 1cb2eab..fd5166a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -14,3 +14,17 @@
%modulepris = (
"phonon" => "$basedir/modules/qt_phonon.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 = (
+ "phonon" => {
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtDBus" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+);