Fix build map_test

This commit is contained in:
Sergey Yershov 2015-06-11 15:20:55 +03:00 committed by Alex Zolotarev
parent bcda845f04
commit 5085a5ee6f

View file

@ -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 \
}