Added dependency information to the sync.profile.
authoraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:34:35 +0000 (12:34 +0200)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:34:35 +0000 (12:34 +0200)
sync.profile

index 9548e0f..542e919 100644 (file)
 %modulepris = (
     "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.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 = (
+    "QtXmlPatterns" => {
+        "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+        "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+    },
+);