Fix building indexer tests

This commit is contained in:
Sergey Yershov 2015-04-21 17:23:52 +03:00 committed by Alex Zolotarev
parent 36fbdcde88
commit 72635d6bb5

View file

@ -4,7 +4,11 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = indexer platform geometry coding base protobuf tomcrypt opening_hours
DEPENDENCIES = indexer platform geometry coding base protobuf tomcrypt
!linux {
DEPENDENCIES += opening_hours
}
include($$ROOT_DIR/common.pri)
QT *= core
@ -15,6 +19,10 @@ win32 {
}
macx-*: LIBS *= "-framework Foundation"
!linux {
SOURCES += opening_hours_test.cpp
}
HEADERS += \
test_polylines.hpp \
@ -32,7 +40,6 @@ SOURCES += \
interval_index_test.cpp \
mercator_test.cpp \
mwm_set_test.cpp \
opening_hours_test.cpp \
point_to_int64_test.cpp \
scales_test.cpp \
search_string_utils_test.cpp \