Fix build.

This commit is contained in:
Sergey Magidovich 2017-06-21 11:40:34 +03:00 committed by Yuri Gorshenin
parent a03c31fa74
commit b1d1cc8fc0
2 changed files with 17 additions and 2 deletions

View file

@ -6,5 +6,16 @@ set(
)
omim_add_test(${PROJECT_NAME} ${SRC})
omim_link_libraries(${PROJECT_NAME} ugc indexer platform coding geometry base)
omim_link_libraries(
${PROJECT_NAME}
ugc
indexer
platform
coding
geometry
base
stats_client
${LIBZ}
)
link_qt5_core(${PROJECT_NAME})

View file

@ -6,7 +6,11 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = ugc indexer platform coding geometry base
DEPENDENCIES = ugc indexer platform coding geometry base stats_client
macx-* {
LIBS *= "-framework IOKit" "-framework SystemConfiguration"
}
include($$ROOT_DIR/common.pri)