summaryrefslogtreecommitdiffstats
path: root/Source/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/sync.profile')
-rw-r--r--Source/sync.profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/sync.profile b/Source/sync.profile
new file mode 100644
index 000000000..1c5e0113d
--- /dev/null
+++ b/Source/sync.profile
@@ -0,0 +1,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" );