Add dependencies to search.pro from storage.pro.

This commit is contained in:
vng 2011-10-25 22:40:41 +03:00 committed by Alex Zolotarev
parent a752c48a08
commit 0af910e030

View file

@ -5,7 +5,7 @@ TEMPLATE = lib
CONFIG += staticlib
ROOT_DIR = ..
DEPENDENCIES = indexer geometry coding base
DEPENDENCIES = storage indexer geometry coding base
include($$ROOT_DIR/common.pri)
@ -33,17 +33,3 @@ SOURCES += \
latlon_match.cpp \
search_trie_matching.cpp \
approximate_string_match.cpp \