summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 12:35:31 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:35:31 +0200
commit624a67422c69e2280d4ce90c87992f383688d892 (patch)
tree90adc7a011ad4c12c0cca5847655ccb69bc0be69 /sync.profile
parent93eba0481f02add11b490dfda9dd76cd8d9459a4 (diff)
downloadqtdoc-624a67422c69e2280d4ce90c87992f383688d892.tar.gz
Added dependency information to the sync.profile.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 00000000..3f3198a6
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,25 @@
+# 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 = (
+ "qdoc3" => {
+ "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+ "qtdemo" => {
+ "QtHelp" => "b0b8ea45a2d33fa5f1ad5970e6640ef3a3f325a3",
+ "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtOpenGL" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtDeclarative" => "90ff2cdea3126bdff2746ecf868004711ea628b1",
+ "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
+ "QtSvg" => "1a71611b6ceaf6cdb24ea485a818fc56c956b5f8",
+ "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtXmlPatterns" => "26edd6852a62aeec49712a53dcc8d4093192301c",
+ "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ },
+);