From 0af910e030249daa3e228d345aed1b5ffc7a49a8 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 25 Oct 2011 22:40:41 +0300 Subject: [PATCH] Add dependencies to search.pro from storage.pro. --- search/search.pro | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/search/search.pro b/search/search.pro index c769bf6306..c951be973d 100644 --- a/search/search.pro +++ b/search/search.pro @@ -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 \ - - - - - - - - - - - - - -