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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2019-10-15 17:54:19 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-10-16 12:57:42 +0300
commitbe9980781292eb443efeac567225d9a723d19cf6 (patch)
tree9d1e887267821069ddfb742662be30c6bccbe33e /CMakeLists.txt
parentfa59f1907c139cfa67ff0b982dca3165103de6d7 (diff)
Added device id header to catalog requests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed9ed4c73b..44d4991a84 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,7 +196,6 @@ if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID)
find_qt5_desktop_package(Qt5Gui)
find_qt5_desktop_package(Qt5Xml)
find_qt5_desktop_package(Qt5Svg)
- find_qt5_desktop_package(Qt5WebEngineWidgets)
endif()
endif()
@@ -316,6 +315,7 @@ add_subdirectory(tracking)
add_subdirectory(traffic)
add_subdirectory(transit)
add_subdirectory(ugc)
+add_subdirectory(web_api)
if (PLATFORM_DESKTOP)
if (BUILD_MAPSHOT)