Fixed search=>storage dependency

This commit is contained in:
Alex Zolotarev 2011-10-25 22:01:58 +02:00 committed by Alex Zolotarev
parent 0af910e030
commit 4953792b30
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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)