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:
authorTimofey Danshin <t.danshin@corp.mail.ru>2015-06-10 19:16:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:47 +0300
commitdc199a2624df0700c52ea9d04926cdfd24eb0ac3 (patch)
tree5e2cc1c4aa53f267010dfeff9efb6b73ebf799d9 /map/map_tests/map_tests.pro
parent66c0a27d163c294346f012263dae546cba972e71 (diff)
Made the project compile on the Linux build machine.
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 8049c038e2..b97e046659 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson osrm opening_hours stats_client zlib succinct
+ freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct
drape {
DEPENDENCIES *= drape_frontend drape
@@ -38,6 +38,7 @@ SOURCES += \
tracks_tests.cpp \
!linux* {
-SOURCES += working_time_tests.cpp\
+SOURCES += working_time_tests.cpp \
+DEPENDENCIES *= opening_hours
}