summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/shared.pri
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-05-16 14:59:49 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-05-19 18:49:01 +0300
commit640c78665ffca949ad4c1773df7eddb1bdb9f1a2 (patch)
tree7d075bdfddd1b49be6feb5c59cf8c252e2fdebf0 /basicsuite/shared/shared.pri
parent79456705728f87be45392f3d87758d84665459fd (diff)
Add a simple WebEngine demo to the B2Qt basicsuite
Add a simple demo browser which by default loads the local webgl example. Move the webgl example to the root directory to be deployed. Change-Id: Icb0442ef37dcb31e6e1d33eee279bf429c566106 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'basicsuite/shared/shared.pri')
-rw-r--r--basicsuite/shared/shared.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/basicsuite/shared/shared.pri b/basicsuite/shared/shared.pri
index 8f66b7d..0d7392d 100644
--- a/basicsuite/shared/shared.pri
+++ b/basicsuite/shared/shared.pri
@@ -1,6 +1,11 @@
# widget dependecy is required by QtCharts demo
QT += quick widgets
+qtHaveModule(webengine) {
+ DEFINES += USE_QTWEBENGINE
+ QT += webengine
+}
+
DESTPATH = /data/user/$$TARGET
target.path = $$DESTPATH