diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro index 833adc4381..56744f18d6 100644 --- a/indexer/indexer_tests/indexer_tests.pro +++ b/indexer/indexer_tests/indexer_tests.pro @@ -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 \