summaryrefslogtreecommitdiffstats
path: root/Source/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/sync.profile')
-rw-r--r--Source/sync.profile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Source/sync.profile b/Source/sync.profile
new file mode 100644
index 0000000..d456bff
--- /dev/null
+++ b/Source/sync.profile
@@ -0,0 +1,17 @@
+%modules = ( # path to module name map
+ "QtWebKit" => "$basedir/WebCore",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+ "QtWebKit" => "../WebKit/qt/Api",
+);
+%classnames = (
+);
+%mastercontent = (
+ "core" => "#include <QtCore/QtCore>\n",
+ "gui" => "#include <QtGui/QtGui>\n",
+ "network" => "#include <QtNetwork/QtNetwork>\n",
+ "script" => "#include <QtScript/QtScript>\n",
+);
+%modulepris = (
+ "QtWebKit" => "$basedir/WebKit/qt/qt_webkit_version.pri",
+);