summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:35:38 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:35:38 +0200
commitb1f83faf338def3ef18b18e3a87f2ec2b387e701 (patch)
tree8c5a5cca4f799244c7d79e1fb439368c7cae0b33
parente77f1627bde2599d15777549ca2da2a4991d22f9 (diff)
Added dependency information to the sync.profile.HEADmaster
-rw-r--r--sync.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 5d08192..3ffb13d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,3 +15,18 @@
%modulepris = (
"Qt3Support" => "$basedir/modules/qt_qt3support.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 = (
+ "Qt3Support" => {
+ "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+);