From a082062644dcb51e3d1dcfe1314042bcd82ce1be Mon Sep 17 00:00:00 2001 From: Roman Sorokin Date: Thu, 31 Jul 2014 14:21:45 +0300 Subject: [PATCH] new files --- drape_frontend/drape_frontend.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drape_frontend/drape_frontend.pro b/drape_frontend/drape_frontend.pro index acf16bc57c..cbd44256ce 100644 --- a/drape_frontend/drape_frontend.pro +++ b/drape_frontend/drape_frontend.pro @@ -37,6 +37,7 @@ SOURCES += \ text_shape.cpp \ path_text_shape.cpp \ path_symbol_shape.cpp \ + common_structures.cpp \ HEADERS += \ engine_context.hpp \ @@ -69,3 +70,4 @@ HEADERS += \ text_shape.hpp \ path_text_shape.hpp \ path_symbol_shape.hpp \ + common_structures.hpp \