diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-22 12:37:23 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-22 12:37:23 +0200 |
commit | 6610a6370b9702d6dbd107716d5df3227be42e39 (patch) | |
tree | aba164719d56404ac757c6eef8cefcbc9d5ae61c /linux | |
parent | b9c7e1bdd99b4c6d37672ef34ffe178d4bc54ad3 (diff) | |
download | qtlocation-mapboxgl-6610a6370b9702d6dbd107716d5df3227be42e39.tar.gz |
use platform-specific NSString for case changes on OS X/iOS
refs #309
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 7b703ed75c..e19768caf9 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -12,6 +12,7 @@ './main.cpp', '../common/settings_json.cpp', '../common/settings_json.hpp', + '../common/platform_default.cpp', '../common/glfw_view.hpp', '../common/glfw_view.cpp', '../common/curl_request.cpp', |