summaryrefslogtreecommitdiff
path: root/linux
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 /linux
parent49718ed60d6a4363117caa951da01a2b45d7858f (diff)
downloadqtlocation-mapboxgl-a807ace3c196327003f408619b1098805c371003.tar.gz
rename to glfw_view.cpp/hpp
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp2
-rw-r--r--linux/main.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index de455e38ae..e12737b92c 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -14,6 +14,8 @@
'./settings.hpp',
'./request.cpp',
'./request.hpp',
+ '../common/glfw_view.hpp',
+ '../common/glfw_view.cpp',
],
'conditions': [
diff --git a/linux/main.cpp b/linux/main.cpp
index bb32029bb8..42aa579b8c 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -4,8 +4,8 @@
#include <signal.h>
#include <getopt.h>
-#include "../common/map_view.cpp"
#include "settings.hpp"
+#include "../common/glfw_view.hpp"
#include "request.hpp"