new files

This commit is contained in:
Roman Sorokin 2014-07-18 16:03:49 +03:00 committed by Alex Zolotarev
parent 33e82a3469
commit 4275841c2d
3 changed files with 8 additions and 3 deletions

View file

@ -28,4 +28,6 @@ OTHER_FILES += \
shaders/line_vertex_shader.vsh \
shaders/line_fragment_shader.fsh \
shaders/solid_color_fragment_shader.fsh \
shaders/normalize_vertex_shader.vsh
shaders/normalize_vertex_shader.vsh \
shaders/font_fragment_shader.fsh \
shaders/font_vertex_shader.vsh

View file

@ -74,3 +74,4 @@ HEADERS += \
$$DRAPE_DIR/font_texture.hpp \
$$DRAPE_DIR/utils/stb_image.h \
$$DRAPE_DIR/attribute_buffer_mutator.hpp \
$$DRAPE_DIR/drape_global.hpp \

View file

@ -33,7 +33,8 @@ SOURCES += \
visual_params.cpp \
poi_symbol_shape.cpp \
circle_shape.cpp \
render_group.cpp
render_group.cpp \
text_shape.cpp
HEADERS += \
engine_context.hpp \
@ -62,4 +63,5 @@ HEADERS += \
visual_params.hpp \
poi_symbol_shape.hpp \
circle_shape.hpp \
render_group.hpp
render_group.hpp \
text_shape.hpp