Move data ownership docs and improve docs
[profile/ivi/qtdeclarative.git] / sync.profile
index b792806..d65c740 100644 (file)
@@ -8,28 +8,7 @@
 %moduleheaders = ( # restrict the module headers to those found in relative path
     "QtQmlDevTools" => "../qml/qml/parser",
 );
-%classnames = (
-    "qtqmlversion.h" => "QtQmlVersion",
-);
-%mastercontent = (
-    "gui" => "#include <QtGui/QtGui>\n",
-    "network" => "#include <QtNetwork/QtNetwork>\n",
-    "testlib" => "#include <QtTest/QtTest>\n",
-    "qml" => "#include <QtQml/QtQml>\n",
-    "quick" => "#include <QtQuick/QtQuick>\n",
-);
-%modulepris = (
-    "QtQml" => "$basedir/modules/qt_qml.pri",
-    "QtQuick" => "$basedir/modules/qt_quick.pri",
-    "QtQuickParticles" => "$basedir/modules/qt_quickparticles.pri",
-    "QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
-    "QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri",
-);
 %deprecatedheaders = (
-    "QtQml" => {
-        "QQmlImageProvider" => "QtQuick/QQuickImageProvider",
-        "qqmlimageprovider.h" => "QtQuick/qquickimageprovider.h",
-    },
 );
 # Module dependencies.
 # Every module that is required to build this module should have one entry.
@@ -38,7 +17,7 @@
 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 #
 %dependencies = (
-        "qtbase" => "c631927b764133ea3c90613262c5a1587b0937a8",
+        "qtbase" => "refs/heads/master",
         "qtxmlpatterns" => "refs/heads/master",
         "qtjsbackend" => "refs/heads/master",
 );