forked from organicmaps/organicmaps
search quality tool fix
This commit is contained in:
parent
b0014ce5e7
commit
260e3ffa4d
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
project(search_quality_tool)
|
||||
|
||||
include_directories(${OMIM_ROOT}/3party/gflags/src)
|
||||
include_directories(${OMIM_ROOT}/3party/jansson/src)
|
||||
|
||||
set(SRC search_quality_tool.cpp)
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ DEPENDENCIES = map drape_frontend routing traffic routing_common search_tests_su
|
|||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
|
||||
|
||||
# needed for Platform::WorkingDir() and unicode combining
|
||||
QT *= core network opengl
|
||||
|
|
Loading…
Add table
Reference in a new issue