summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-15 11:27:37 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-15 11:27:37 -0400
commit70bb318e7503ca136608d5632431793405bbab64 (patch)
tree7915d53915ec57172c268fd1390234447bb982ff /llmr.gyp
parent79d34115d05a6bffadd3568044187f8bc8ed7519 (diff)
downloadqtlocation-mapboxgl-70bb318e7503ca136608d5632431793405bbab64.tar.gz
update activity indicator on ios
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp16
1 files changed, 11 insertions, 5 deletions
diff --git a/llmr.gyp b/llmr.gyp
index 99bac358f6..1f7e508ab9 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -133,6 +133,7 @@
'GCC_INPUT_FILETYPE':'sourcecode.cpp.cpp',
'OTHER_CPLUSPLUSFLAGS':[
'<@(png_cflags)',
+ '<@(uv_cflags)',
'-I<(boost_root)/include',
]
},
@@ -140,7 +141,8 @@
'./include'
],
'cflags': [
- '<@(png_cflags)'
+ '<@(png_cflags)',
+ '<@(uv_cflags)',
'-I<(boost_root)/include',
],
'direct_dependent_settings': {
@@ -148,23 +150,27 @@
'./include'
],
'cflags': [
- '<@(png_cflags)'
+ '<@(png_cflags)',
+ '<@(uv_cflags)',
],
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS':[
- '<@(png_cflags)'
+ '<@(png_cflags)',
+ '<@(uv_cflags)',
]
},
'conditions': [
['OS == "mac"', {
'xcode_settings': {
'OTHER_LDFLAGS': [
- '<@(png_libraries)'
+ '<@(png_libraries)',
+ '<@(uv_libraries)',
]
}
}, {
'libraries': [
- '<@(png_libraries)'
+ '<@(png_libraries)',
+ '<@(uv_libraries)',
]
}]
]