summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/contentmanipulation/contentmanipulation.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/webenginewidgets/contentmanipulation/contentmanipulation.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/webenginewidgets/contentmanipulation/contentmanipulation.pro')
-rw-r--r--examples/webenginewidgets/contentmanipulation/contentmanipulation.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro b/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
new file mode 100644
index 000000000..2ac97d487
--- /dev/null
+++ b/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
@@ -0,0 +1,10 @@
+QT += webenginewidgets
+
+HEADERS = mainwindow.h
+SOURCES = main.cpp \
+ mainwindow.cpp
+RESOURCES = jquery.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/contentmanipulation
+INSTALLS += target