summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/maps/maps.pro
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2017-04-18 17:37:02 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2017-05-15 13:12:49 +0000
commit82547509149fe96da6fc808b67df8ffc4d40dce7 (patch)
tree33a299c5820c2164318c07a9f0b1d9176dfd7b38 /examples/webenginewidgets/maps/maps.pro
parentbc5b7abd8ab9681dfcadc8c4a7c211fac7ca4b6d (diff)
Create example for geolocation in WebEngine
Task-number: QTBUG-59822 Change-Id: Iee69f10fefa223313ca112f096b65446b4156ac1 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/webenginewidgets/maps/maps.pro')
-rw-r--r--examples/webenginewidgets/maps/maps.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/webenginewidgets/maps/maps.pro b/examples/webenginewidgets/maps/maps.pro
new file mode 100644
index 000000000..3fee49077
--- /dev/null
+++ b/examples/webenginewidgets/maps/maps.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+QT += webenginewidgets
+
+HEADERS += \
+ mainwindow.h
+
+SOURCES += main.cpp \
+ mainwindow.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps
+INSTALLS += target