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 93bec0591c..5569f00037 100644
--- a/drape/drape_common.pri
+++ b/drape/drape_common.pri
@@ -31,7 +31,8 @@ SOURCES += \
$$DRAPE_DIR/render_bucket.cpp \
$$DRAPE_DIR/overlay_handle.cpp \
$$DRAPE_DIR/index_buffer_mutator.cpp \
- $$DRAPE_DIR/batcher_helpers.cpp
+ $$DRAPE_DIR/batcher_helpers.cpp \
+ $$DRAPE_DIR/overlay_tree.cpp
HEADERS += \
$$DRAPE_DIR/data_buffer.hpp \
@@ -68,4 +69,5 @@ HEADERS += \
$$DRAPE_DIR/render_bucket.hpp \
$$DRAPE_DIR/overlay_handle.hpp \
$$DRAPE_DIR/index_buffer_mutator.hpp \
- $$DRAPE_DIR/batcher_helpers.hpp
+ $$DRAPE_DIR/batcher_helpers.hpp \
+ $$DRAPE_DIR/overlay_tree.hpp