diff --git a/drape_frontend/drape_frontend.pro b/drape_frontend/drape_frontend.pro new file mode 100644 index 0000000000..153d4f7de2 --- /dev/null +++ b/drape_frontend/drape_frontend.pro @@ -0,0 +1,8 @@ +TARGET = drape_frontend +TEMPLATE = lib +CONFIG += staticlib + +ROOT_DIR = .. + +include($$ROOT_DIR/common.pri) + diff --git a/omim.pro b/omim.pro index 3a0656a110..727445de46 100644 --- a/omim.pro +++ b/omim.pro @@ -31,6 +31,7 @@ SUBDIRS = 3party \ storage storage/storage_tests \ search search/search_tests \ map map/map_tests map/benchmark_tool map/mwm_tests\ + drape_frontend \ generator generator/generator_tests \ generator/generator_tool \ qt_tstfrm \ @@ -55,4 +56,5 @@ SUBDIRS = 3party \ gui \ search \ map \ + drape_frontend \ }