From 2eebcc43ced1726994862a318d172092aa415e5f Mon Sep 17 00:00:00 2001 From: Roman Sorokin Date: Fri, 27 Jun 2014 13:05:46 +0300 Subject: [PATCH] new files --- drape/drape_common.pri | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drape/drape_common.pri b/drape/drape_common.pri index 4e139ddf99..cb597b33cd 100644 --- a/drape/drape_common.pri +++ b/drape/drape_common.pri @@ -35,6 +35,7 @@ SOURCES += \ $$DRAPE_DIR/overlay_tree.cpp \ $$DRAPE_DIR/texture_font.cpp \ $$DRAPE_DIR/font_loader.cpp \ + $$DRAPE_DIR/utils/stb_image.c \ HEADERS += \ $$DRAPE_DIR/data_buffer.hpp \ @@ -73,5 +74,6 @@ HEADERS += \ $$DRAPE_DIR/index_buffer_mutator.hpp \ $$DRAPE_DIR/batcher_helpers.hpp \ $$DRAPE_DIR/overlay_tree.hpp \ - $$DRAPE_DIR/texture_font.h \ + $$DRAPE_DIR/texture_font.hpp \ $$DRAPE_DIR/font_loader.hpp \ + $$DRAPE_DIR/utils/stb_image.h \