forked from organicmaps/organicmaps
Fix building indexer tests
This commit is contained in:
parent
36fbdcde88
commit
72635d6bb5
1 changed files with 9 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue