summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/minibrowser.pro
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-11-20 12:56:59 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-11-21 15:05:53 +0100
commit85d5f57ebe5ee44a9171cae2c8141d6ed2a0f979 (patch)
treef9fd2b8dbca9658f4ba760f9829381e513bfd820 /examples/webview/minibrowser/minibrowser.pro
parent5e33c08b025f40cd032daa4c947140bfc41b8ad6 (diff)
Doc: Renamed the webview example
- Updated the subdirs project file referring the example - Updated the examples page with the new name - Moved the qtwebview-example group page to doc/src Change-Id: I53ba49103ad2bfff21a230dded456be1e88231f2 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'examples/webview/minibrowser/minibrowser.pro')
-rw-r--r--examples/webview/minibrowser/minibrowser.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/webview/minibrowser/minibrowser.pro b/examples/webview/minibrowser/minibrowser.pro
new file mode 100644
index 0000000..e02757c
--- /dev/null
+++ b/examples/webview/minibrowser/minibrowser.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+
+QT += qml quick
+
+qtHaveModule(webengine) {
+ QT += webengine
+ DEFINES += QT_WEBVIEW_WEBENGINE_BACKEND
+}
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+# Default rules for deployment.
+include(deployment.pri)