diff options
Diffstat (limited to 'WebKit/qt/Api/headers.pri')
-rw-r--r-- | WebKit/qt/Api/headers.pri | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/qt/Api/headers.pri b/WebKit/qt/Api/headers.pri new file mode 100644 index 0000000..1e70072 --- /dev/null +++ b/WebKit/qt/Api/headers.pri @@ -0,0 +1,11 @@ +WEBKIT_API_HEADERS = $$PWD/qcookiejar.h \ + $$PWD/qwebframe.h \ + $$PWD/qwebkitglobal.h \ + $$PWD/qwebnetworkinterface.h \ + $$PWD/qwebobjectplugin.h \ + $$PWD/qwebobjectpluginconnector.h \ + $$PWD/qwebpage.h \ + $$PWD/qwebview.h \ + $$PWD/qwebpagehistory.h \ + $$PWD/qwebsettings.h \ + $$PWD/qwebhistoryinterface.h |