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:
authorSergey Yershov <yershov@corp.mail.ru>2015-06-11 15:20:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:50 +0300
commit5085a5ee6f7250f70f95f3ae72c58275fc186675 (patch)
treee4a5342083dc5609caba373bcb75b743908d46b9 /map/map_tests/map_tests.pro
parentbcda845f047cc8cd1f4e98a7c7cd94050eab7072 (diff)
Fix build map_test
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index b97e046659..2f623ee6d6 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -9,6 +9,10 @@ ROOT_DIR = ../..
DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct
+!linux* {
+ DEPENDENCIES *= opening_hours
+}
+
drape {
DEPENDENCIES *= drape_frontend drape
}
@@ -38,7 +42,5 @@ SOURCES += \
tracks_tests.cpp \
!linux* {
-SOURCES += working_time_tests.cpp \
-
-DEPENDENCIES *= opening_hours
+ SOURCES += working_time_tests.cpp \
}