summaryrefslogtreecommitdiffstats
path: root/src/webengine/webengine.pro
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-02-03 16:27:54 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-02-22 11:01:56 +0000
commit9c279bec0cac934f3c8495c8c5ecba8ad59be47d (patch)
tree9d56555278d3de177fb44e05dd8f72c8d5af84fb /src/webengine/webengine.pro
parent4ed187a54e6d2a06bbe272e1429757b6572dc6b6 (diff)
QtQuick API for userScripts
QObject-based, allowing the same things as the Widgets API in a declarative fashion. Change-Id: I9c9819b691b2098ec47e0536d47ccd2a950126c2 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/webengine/webengine.pro')
-rw-r--r--src/webengine/webengine.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/webengine.pro b/src/webengine/webengine.pro
index 8a6d06c10..154286e9e 100644
--- a/src/webengine/webengine.pro
+++ b/src/webengine/webengine.pro
@@ -18,6 +18,7 @@ SOURCES = \
api/qquickwebenginenavigationrequest.cpp \
api/qquickwebenginenewviewrequest.cpp \
api/qquickwebengineprofile.cpp \
+ api/qquickwebenginescript.cpp \
api/qquickwebenginesettings.cpp \
api/qquickwebenginesingleton.cpp \
api/qquickwebengineview.cpp \
@@ -38,6 +39,7 @@ HEADERS = \
api/qquickwebenginenewviewrequest_p.h \
api/qquickwebengineprofile_p.h \
api/qquickwebengineprofile_p_p.h \
+ api/qquickwebenginescript_p.h \
api/qquickwebenginesettings_p.h \
api/qquickwebenginesingleton_p.h \
api/qquickwebengineview_p.h \