summaryrefslogtreecommitdiff
path: root/Source/sync.profile
blob: 1c5e0113d5b1f56a9c874691e5847844b28df87b (plain)
1
2
3
4
5
6
7
8
9
10
11
%modules = ( # path to module name map
    "QtWebKit" => "$basedir",
    "QtWebKitWidgets" => "$basedir"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
    "QtWebKit" => "WebKit/qt/Api;WebKit2/UIProcess/API/qt",
    "QtWebKitWidgets" => "WebKit/qt/WidgetApi",
);
%classnames = (
);
@ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.h" );