summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:35:07 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:35:07 +0200
commite2deded490725473f1bb0b042e5022fffe534f2c (patch)
treed7ae36f5e598199866ea6cace815062b11544630 /sync.profile
parenta494ea63cf00725fbdc93a820685824c5578903a (diff)
downloadqtactiveqt-e2deded490725473f1bb0b042e5022fffe534f2c.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 22c222d..c30778a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,3 +11,15 @@
%modulepris = (
"ActiveQt" => "$basedir/modules/qt_activeqt.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 = (
+ "ActiveQt" => {
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+);