Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / sync.profile
index efde01d..bddfd0f 100644 (file)
@@ -1,26 +1,12 @@
 %modules = ( # path to module name map
-    "QtDeclarative" => "$basedir/src/declarative",
+    "QtQml" => "$basedir/src/qml",
     "QtQuick" => "$basedir/src/quick",
+    "QtQuickParticles" => "$basedir/src/particles",
     "QtQuickTest" => "$basedir/src/qmltest",
     "QtQmlDevTools" => "$basedir/src/qmldevtools",
 );
 %moduleheaders = ( # restrict the module headers to those found in relative path
-    "QtQmlDevTools" => "../declarative/qml/parser",
-);
-%classnames = (
-    "qtdeclarativeversion.h" => "QtDeclarativeVersion",
-);
-%mastercontent = (
-    "gui" => "#include <QtGui/QtGui>\n",
-    "script" => "#include <QtScript/QtScript>\n",
-    "network" => "#include <QtNetwork/QtNetwork>\n",
-    "testlib" => "#include <QtTest/QtTest>\n",
-);
-%modulepris = (
-    "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
-    "QtQuick" => "$basedir/modules/qt_quick.pri",
-    "QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
-    "QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri",
+    "QtQmlDevTools" => "../qml/qml/parser",
 );
 %deprecatedheaders = (
 );
@@ -31,7 +17,7 @@
 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 #
 %dependencies = (
-        "qtbase" => "refs/heads/master",
-        "qtxmlpatterns" => "refs/heads/master",
-        "qtjsbackend" => "refs/heads/master",
+        "qtbase" => "refs/heads/stable",
+        "qtxmlpatterns" => "refs/heads/stable",
+        "qtjsbackend" => "refs/heads/stable",
 );