summaryrefslogtreecommitdiff
path: root/platform/qt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/README.md')
-rw-r--r--platform/qt/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/qt/README.md b/platform/qt/README.md
index dcd394ec36..dc17d69903 100644
--- a/platform/qt/README.md
+++ b/platform/qt/README.md
@@ -31,6 +31,10 @@ to provide it by setting the environment variable `MAPBOX_ACCESS_TOKEN`:
export MAPBOX_ACCESS_TOKEN=MYTOKEN
+Optionally, you can specify a custom style to the QMapboxGL example application:
+
+ export MAPBOX_STYLE_URL=MYSTYLEURL
+
#### Using QMapboxGL
`QMapboxGL` is a [QObject](http://doc.qt.io/qt-5/qobject.html) - [MapWindow](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/qt/app/mapwindow.hpp) provides an example [QGLWidget](http://doc.qt.io/qt-5/qglwidget.html) that contains a `QMapboxGL` object. If you use `QMapboxGL` in non-standard Qt widgets, make sure to initialize the GL extensions required by Mapbox whenever possible: