summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-12-19 14:12:04 +0100
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-12-19 14:12:54 +0100
commit28b5ecd7b57638df631c4ab33efc55276addbf6b (patch)
tree5aa4fa257e345b5bd826cb74783b24972b34e760
parentcaf838eb0e7e8174f0915075884785c8ae94e138 (diff)
downloadqtlocation-mapboxgl-28b5ecd7b57638df631c4ab33efc55276addbf6b.tar.gz
[windows][deps] Get rapidjson building
-rw-r--r--mapbox-gl-native.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/mapbox-gl-native.pro b/mapbox-gl-native.pro
index 2791c2974e..cada3d2b45 100644
--- a/mapbox-gl-native.pro
+++ b/mapbox-gl-native.pro
@@ -7,7 +7,8 @@ QT += widgets network gui sql
QMAKE_CXXFLAGS += \
-DNDEBUG \
-DQT_IMAGE_DECODERS \
- -DRAPIDJSON_HAS_STDSTRING=1 \
+ -DRAPIDJSON_HAS_STDSTRING \
+ -DRAPIDJSON_HAS_CXX11_RVALUE_REFS \
-DMBGL_USE_GLES2 \
-D__QT__ \
-O3 \