diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-17 20:43:21 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-17 20:43:21 +0300 |
commit | a08bb4cceaf27660234570c4c72881be416bdb9a (patch) | |
tree | 04ed8c853135a963c0543de81710274be2fe56f8 /platform/qt | |
parent | 61d9232c0245af1030213c4ea608318b13ca3118 (diff) | |
download | qtlocation-mapboxgl-a08bb4cceaf27660234570c4c72881be416bdb9a.tar.gz |
[Qt] Define QT_IMAGE_DECODERS if needed
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/platform.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/qt/platform.gyp b/platform/qt/platform.gyp index 2a0e1c57bc..7968dbc3ad 100644 --- a/platform/qt/platform.gyp +++ b/platform/qt/platform.gyp @@ -126,6 +126,12 @@ '<@(webp_static_libs)', ], }, + }, { + 'variables': { + 'cflags': [ + '-DQT_IMAGE_DECODERS', + ], + }, }], ['<(qt_version_major) == 4', { 'variables': { |