summaryrefslogtreecommitdiff
path: root/platform/qt/qmlapp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-04-28 18:05:34 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-05-02 19:33:54 +0300
commitdaf33180fd7e39d16fd902a9886a406609df7efb (patch)
tree9317d8b1229fdea0cc81b68ac25da7d6249647d6 /platform/qt/qmlapp
parent133f71dd01eb33bf238d7deaa631596492e40ee4 (diff)
downloadqtlocation-mapboxgl-daf33180fd7e39d16fd902a9886a406609df7efb.tar.gz
[Qt] Add QtLocation to the buildsystem
Needed by the next patch.
Diffstat (limited to 'platform/qt/qmlapp')
-rw-r--r--platform/qt/qmlapp/qquickmapboxgl.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qt/qmlapp/qquickmapboxgl.gypi b/platform/qt/qmlapp/qquickmapboxgl.gypi
index 63d6afeece..7b539a52f2 100644
--- a/platform/qt/qmlapp/qquickmapboxgl.gypi
+++ b/platform/qt/qmlapp/qquickmapboxgl.gypi
@@ -27,6 +27,7 @@
'<@(opengl_cflags)',
'<@(qt_core_cflags)',
'<@(qt_gui_cflags)',
+ '<@(qt_location_cflags)',
'<@(qt_positioning_cflags)',
'<@(qt_qml_cflags)',
'<@(qt_quick_cflags)',
@@ -36,6 +37,7 @@
'<@(opengl_ldflags)',
'<@(qt_core_ldflags)',
'<@(qt_gui_ldflags)',
+ '<@(qt_location_ldflags)',
'<@(qt_positioning_ldflags)',
'<@(qt_qml_ldflags)',
'<@(qt_quick_ldflags)',