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 /linux | |
parent | 49718ed60d6a4363117caa951da01a2b45d7858f (diff) | |
download | qtlocation-mapboxgl-a807ace3c196327003f408619b1098805c371003.tar.gz |
rename to glfw_view.cpp/hpp
Diffstat (limited to 'linux')
-rw-r--r-- | linux/llmr-app.gyp | 2 | ||||
-rw-r--r-- | linux/main.cpp | 2 |
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" |