summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-16 13:32:06 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-16 16:08:23 +0000
commiteb8eb72ec7e589eedd79143dc7c3fb241706f405 (patch)
treed7f37743c27355ee1a6c19ea7cb83e13227b8c4a /examples/examples.pro
parent2abe1f1b5a317339105a37d6f0ff8450b945d338 (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 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@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 8345fded6..d6960e017 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -7,5 +7,5 @@ qtHaveModule(webengine) {
qtHaveModule(webenginewidgets) {
SUBDIRS += \
webenginewidgets/demobrowser \
- webenginewidgets/fancybrowser
+ webenginewidgets/contentmanipulation
}