summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-16 13:32:06 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-17 22:58:33 +0000
commit278b7975d149bfd56cdd473fc165d0a0d9ba7f7d (patch)
tree8a415c4f66aa47c57e1f32877244983e4e193887 /examples/examples.pro
parent533c3c90b089f39943fa7349e4de13efe07eb0c0 (diff)
rename fancybrowser to contentmanipulation
The name "fancybrowser" tricks people into thinking that this is the reference browser example. But this example is a very simple browser with an additional fancy content manipulation feature. Rename this example to contentmanipulation to reflect reality. Change-Id: I200b701acdc4de1210b550b9f054753e5f1d1ea4 (cherry-pick from eb8eb72ec7e589eedd79143dc7c3fb241706f405) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index b1e1ade46..fdd25664f 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,7 +6,7 @@ qtHaveModule(webengine) {
qtHaveModule(webenginewidgets) {
SUBDIRS += \
+ webenginewidgets/contentmanipulation \
webenginewidgets/demobrowser \
- webenginewidgets/fancybrowser \
webenginewidgets/markdowneditor
}