forked from organicmaps/organicmaps
Add dependencies to search.pro from storage.pro.
This commit is contained in:
parent
a752c48a08
commit
0af910e030
1 changed files with 1 additions and 15 deletions
|
@ -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 \
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue