summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/webview/minibrowser/minibrowser.pro2
-rw-r--r--examples/webview/webview.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/webview/minibrowser/minibrowser.pro b/examples/webview/minibrowser/minibrowser.pro
index a9b3222..0ef8b8a 100644
--- a/examples/webview/minibrowser/minibrowser.pro
+++ b/examples/webview/minibrowser/minibrowser.pro
@@ -8,6 +8,8 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
+EXAMPLE_FILES += doc
+
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
diff --git a/examples/webview/webview.pro b/examples/webview/webview.pro
index f37350f..0ece824 100644
--- a/examples/webview/webview.pro
+++ b/examples/webview/webview.pro
@@ -1,3 +1,2 @@
TEMPLATE = subdirs
SUBDIRS += minibrowser
-EXAMPLE_FILES += minibrowser