diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-16 11:10:54 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-16 11:10:54 -0400 |
commit | a807ace3c196327003f408619b1098805c371003 (patch) | |
tree | 659b718b9d51fbcabb402aa968978e0b8ddaecf3 /macosx | |
parent | 49718ed60d6a4363117caa951da01a2b45d7858f (diff) | |
download | qtlocation-mapboxgl-a807ace3c196327003f408619b1098805c371003.tar.gz |
rename to glfw_view.cpp/hpp
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/llmr-app.gyp | 5 | ||||
-rw-r--r-- | macosx/main.mm | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/macosx/llmr-app.gyp b/macosx/llmr-app.gyp index 3c1bfedf77..b6a42c91c9 100644 --- a/macosx/llmr-app.gyp +++ b/macosx/llmr-app.gyp @@ -12,7 +12,10 @@ './main.mm', './settings.mm', './settings.hpp', - '../common/foundation_request.mm' + '../common/glfw_view.hpp', + '../common/glfw_view.cpp', + '../common/foundation_request.h', + '../common/foundation_request.mm', ], 'product_extension': 'app', 'mac_bundle': 1, diff --git a/macosx/main.mm b/macosx/main.mm index 6a40f22e11..c6cc04d843 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -2,7 +2,7 @@ #import <AppKit/AppKit.h> #include "settings.hpp" -#include "../common/map_view.cpp" +#include "../common/glfw_view.hpp" #include <cstdio> |