Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2017-10-11 14:27:32 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-11 14:56:54 +0300
commit6d6af51536343eaf38ee61d6f55fd7e81cb11a72 (patch)
treef9f22527f8e2ff07ceca12735fe3aa1523cbe5ca /openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
parentcbb19bf5ade452bc8627f6686a3b25fbc76f74ca (diff)
[build] Fixed static build.
Diffstat (limited to 'openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt')
-rw-r--r--openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt b/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
index e4693a9bc9..4dcb92ea26 100644
--- a/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
+++ b/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
@@ -44,6 +44,7 @@ omim_link_libraries(
tracking
traffic
routing_common
+ ugc
indexer
drape
partners_api
@@ -72,7 +73,6 @@ omim_link_libraries(
stats_client
stb_image
succinct
- ugc
${Qt5Widgets_LIBRARIES}
${LIBZ}
)