Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/drape_common.pri')
-rw-r--r--drape/drape_common.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/drape/drape_common.pri b/drape/drape_common.pri
index 304a0173ad..3a036a878a 100644
--- a/drape/drape_common.pri
+++ b/drape/drape_common.pri
@@ -40,7 +40,8 @@ SOURCES += \
$$DRAPE_DIR/stipple_pen_resource.cpp \
$$DRAPE_DIR/texture_of_colors.cpp \
$$DRAPE_DIR/glyph_manager.cpp \
- $$DRAPE_DIR/utils/vertex_decl.cpp
+ $$DRAPE_DIR/utils/vertex_decl.cpp \
+ $$DRAPE_DIR/utils/projection.cpp \
HEADERS += \
$$ROOT_DIR/3party/sdf_image/sdf_image.h \
@@ -87,4 +88,5 @@ HEADERS += \
$$DRAPE_DIR/glsl_types.hpp \
$$DRAPE_DIR/glsl_func.hpp \
$$DRAPE_DIR/glyph_manager.hpp \
- $$DRAPE_DIR/utils/vertex_decl.hpp
+ $$DRAPE_DIR/utils/vertex_decl.hpp \
+ $$DRAPE_DIR/utils/projection.hpp \