summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-16 11:10:54 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-16 11:10:54 -0400
commita807ace3c196327003f408619b1098805c371003 (patch)
tree659b718b9d51fbcabb402aa968978e0b8ddaecf3 /macosx
parent49718ed60d6a4363117caa951da01a2b45d7858f (diff)
downloadqtlocation-mapboxgl-a807ace3c196327003f408619b1098805c371003.tar.gz
rename to glfw_view.cpp/hpp
Diffstat (limited to 'macosx')
-rw-r--r--macosx/llmr-app.gyp5
-rw-r--r--macosx/main.mm2
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>