summaryrefslogtreecommitdiff
path: root/platform/qt/app/qmapboxgl.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-07-07 19:07:35 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-07-11 17:01:32 +0300
commit462137a5360dc1d47a1cee654e43243e729befb7 (patch)
tree1a318d8dd0abbb49299adcc2868f302b1d98e943 /platform/qt/app/qmapboxgl.gypi
parent5ad22bd672c84328c1274f7413959642d2a92576 (diff)
downloadqtlocation-mapboxgl-462137a5360dc1d47a1cee654e43243e729befb7.tar.gz
[Qt] Bind 'L' on the example app to runtime style example1.3v81
Diffstat (limited to 'platform/qt/app/qmapboxgl.gypi')
-rw-r--r--platform/qt/app/qmapboxgl.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/qt/app/qmapboxgl.gypi b/platform/qt/app/qmapboxgl.gypi
index 62a2939ad2..22b4e1281e 100644
--- a/platform/qt/app/qmapboxgl.gypi
+++ b/platform/qt/app/qmapboxgl.gypi
@@ -17,6 +17,7 @@
'main.cpp',
'mapwindow.cpp',
'mapwindow.hpp',
+ 'source.qrc',
],
'include_dirs': [
@@ -30,6 +31,8 @@
'<@(qt_gui_cflags)',
'<@(qt_opengl_cflags)',
'-fPIC',
+ # Qt4 generates code with unused variables.
+ '-Wno-unused-variable',
],
'ldflags': [
'<@(opengl_ldflags)',