Merge branch 'newdocs'
[profile/ivi/qtxmlpatterns.git] / sync.profile
index 2a0245c..5242ded 100644 (file)
@@ -3,25 +3,12 @@
 );
 %moduleheaders = ( # restrict the module headers to those found in relative path
 );
-%classnames = (
-    "qtxmlpatternsversion.h" => "QtXmlPatternsVersion",
-);
-%mastercontent = (
-    "core" => "#include <QtCore/QtCore>\n",
-    "network" => "#include <QtNetwork/QtNetwork>\n",
-);
-%modulepris = (
-    "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.pri",
-);
-# Modules and programs, and their dependencies.
+# Module dependencies.
+# Every module that is required to build this module should have one entry.
 # 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.
+#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
+#
 %dependencies = (
-    "QtXmlPatterns" => {
-        "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
-        "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
-    },
+    "qtbase" => "refs/heads/master",
 );