summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:35:15 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:35:15 +0200
commit89d67a2b8060a813c7796861c404de897c3a44ec (patch)
tree511459936134a9e5424be77b87a6400816fc6706
parent3a898d2aba4965ae640781d52a1bc56d272e0c5f (diff)
downloadqtmultimedia-89d67a2b8060a813c7796861c404de897c3a44ec.tar.gz
Added dependency information to the sync.profile.
-rw-r--r--sync.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index ed04e6359..60ba40257 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,3 +12,15 @@
%modulepris = (
"QtMultimedia" => "$basedir/modules/qt_multimedia.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 = (
+ "QtMultimedia" => {
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+);