forked from organicmaps/organicmaps
Fixed search=>storage dependency
This commit is contained in:
parent
0af910e030
commit
4953792b30
2 changed files with 2 additions and 2 deletions
2
omim.pro
2
omim.pro
|
@ -13,12 +13,12 @@ SUBDIRS = 3party \
|
|||
geometry \
|
||||
indexer \
|
||||
platform \
|
||||
search search/search_tests \
|
||||
geometry/geometry_tests \
|
||||
version \
|
||||
platform/platform_tests \
|
||||
yg \
|
||||
storage storage/storage_tests \
|
||||
search search/search_tests \
|
||||
map map/map_tests map/benchmark_tool \
|
||||
generator generator/generator_tests \
|
||||
generator/generator_tool \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Main application in qt.
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = words map storage search indexer yg platform geometry coding base \
|
||||
DEPENDENCIES = words map search storage indexer yg platform geometry coding base \
|
||||
bzip2 freetype expat fribidi tomcrypt jansson version
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
Loading…
Add table
Reference in a new issue