adding \ in end of line

This commit is contained in:
Roman Sorokin 2014-07-18 23:46:03 +03:00 committed by Alex Zolotarev
parent 190f119ad2
commit 8d126335f5
2 changed files with 3 additions and 3 deletions

View file

@ -30,4 +30,4 @@ OTHER_FILES += \
shaders/solid_color_fragment_shader.fsh \
shaders/normalize_vertex_shader.vsh \
shaders/font_fragment_shader.fsh \
shaders/font_vertex_shader.vsh
shaders/font_vertex_shader.vsh \

View file

@ -34,7 +34,7 @@ SOURCES += \
poi_symbol_shape.cpp \
circle_shape.cpp \
render_group.cpp \
text_shape.cpp
text_shape.cpp \
HEADERS += \
engine_context.hpp \
@ -64,4 +64,4 @@ HEADERS += \
poi_symbol_shape.hpp \
circle_shape.hpp \
render_group.hpp \
text_shape.hpp
text_shape.hpp \