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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-06-27 14:05:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:18:58 +0300
commit2eebcc43ced1726994862a318d172092aa415e5f (patch)
treef3034d6cbd3fa2cea6e987540f8452a1ccd69ea0 /drape/drape_common.pri
parentb86010165b241fe52f452e950415ffda86ff3ed7 (diff)
new files
Diffstat (limited to 'drape/drape_common.pri')
-rw-r--r--drape/drape_common.pri4
1 files changed, 3 insertions, 1 deletions
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 \