summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2014-10-16 17:05:00 +0200
committerChristian Stromme <christian.stromme@digia.com>2014-10-16 22:37:25 +0200
commit319b1ff68a858fdd6d9adda14195ad8f03ac6ee5 (patch)
tree0db1ea5bf474c603c1dce2b6de1726801c6d5f06 /examples
parentb1bb8aaa865d894a984f360e89105e43fed02de9 (diff)
Fix documentation
There where some missing configurations and leftovers from earlier that caused the doc generation to fail. This is only a quick build / infrastructure change. Change-Id: Iebcad3f654361c5d27bc4b1ee370f6e802378531 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/webview/webview.pro1
-rw-r--r--examples/webview/webview/doc/images/webview-example.png (renamed from examples/webview/webview/doc/images/qtwebview-example.png)bin103586 -> 103586 bytes
-rw-r--r--examples/webview/webview/doc/src/webview.qdoc4
3 files changed, 3 insertions, 2 deletions
diff --git a/examples/webview/webview.pro b/examples/webview/webview.pro
index 38985c5..67a295a 100644
--- a/examples/webview/webview.pro
+++ b/examples/webview/webview.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
SUBDIRS += webview
+EXAMPLE_FILES += webview
diff --git a/examples/webview/webview/doc/images/qtwebview-example.png b/examples/webview/webview/doc/images/webview-example.png
index 40f2611..40f2611 100644
--- a/examples/webview/webview/doc/images/qtwebview-example.png
+++ b/examples/webview/webview/doc/images/webview-example.png
Binary files differ
diff --git a/examples/webview/webview/doc/src/webview.qdoc b/examples/webview/webview/doc/src/webview.qdoc
index 034be45..d677b64 100644
--- a/examples/webview/webview/doc/src/webview.qdoc
+++ b/examples/webview/webview/doc/src/webview.qdoc
@@ -27,9 +27,9 @@
/*!
\title Qt WebView Examples - WebView
- \example qtwebview
+ \example webview
\brief WebView is an example that demonstrates how to use the Qt WebView module with Qt Quick.
- \image qtwebview-example.png
+ \image webview-example.png
\ingroup qtwebview-examples
The WebView example creates a simple browser using Qt Quick Controls