summaryrefslogtreecommitdiffstats
path: root/lib/quick/plugin/experimental/experimental.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-11-15 16:50:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-18 14:53:15 +0100
commita867d7673b9770fafa42907fffb5886d5f8d4c9c (patch)
treef90601ab2db8337aa8f0c7870d3e582c3f543ed8 /lib/quick/plugin/experimental/experimental.pro
parentec7b2ee70a8b2db7fb87f50671a001ddd54697b0 (diff)
Add a WebEngine.experimental QtQuick plugin library.
Bring this QtWebKit concept to our API as well to contain APIs that we aren't comfortable adding to the supported-forever group yet and allow trying them out unofficially for an undetermined number of releases first. Change-Id: I52c8655dfd2996ea461ac6c00de975002827a4c3 Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Arvid Nilsson <anilsson@blackberry.com> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'lib/quick/plugin/experimental/experimental.pro')
-rw-r--r--lib/quick/plugin/experimental/experimental.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/quick/plugin/experimental/experimental.pro b/lib/quick/plugin/experimental/experimental.pro
new file mode 100644
index 000000000..7ccfdaa76
--- /dev/null
+++ b/lib/quick/plugin/experimental/experimental.pro
@@ -0,0 +1,13 @@
+CXX_MODULE = qml
+TARGET = qtwebengineexperimentalplugin
+TARGETPATH = QtWebEngine/experimental
+IMPORT_VERSION = 1.0
+
+QT += webengine qml quick
+QT_PRIVATE += webengine-private qml-private quick-private gui-private core-private
+
+INCLUDEPATH += $$QTWEBENGINE_ROOT/lib $$QTWEBENGINE_ROOT/lib/quick
+
+SOURCES = plugin.cpp
+
+load(qml_plugin)