Merged master into qtquick2.
[profile/ivi/qtdeclarative.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtDeclarative" => "$basedir/src/declarative",
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5 );
6 %classnames = (
7 );
8 %mastercontent = (
9     "gui" => "#include <QtGui/QtGui>\n",
10     "script" => "#include <QtScript/QtScript>\n",
11     "network" => "#include <QtNetwork/QtNetwork>\n",
12 );
13 %modulepris = (
14     "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
15 );