Merge "[WK2] Revert patch / set a limit of layer count and atlas size." into 2.0_beta
[framework/web/webkit-efl.git] / Source / sync.profile
1 %modules = ( # path to module name map
2     "QtWebKit" => "$basedir"
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5     "QtWebKit" => "WebKit/qt/Api;WebKit2/UIProcess/API/qt",
6 );
7 %classnames = (
8 );
9 %mastercontent = (
10     "core" => "#include <QtCore/QtCore>\n",
11     "gui" => "#include <QtGui/QtGui>\n",
12     "network" => "#include <QtNetwork/QtNetwork>\n",
13     "script" => "#include <QtScript/QtScript>\n",
14 );
15 %modulepris = (
16     "QtWebKit" => "$basedir/../Tools/qmake/qt_webkit.pri",
17 );
18 @ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.h" );