forked from organicmaps/organicmaps-tmp
opening_hours_tests does not break build any more.
But opening_hours_tests should still be build manually.
This commit is contained in:
parent
5261c28ff4
commit
338b51eae6
2 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,10 @@ SUBDIRS = freetype fribidi minizip jansson tomcrypt protobuf osrm expat \
|
|||
succinct \
|
||||
|
||||
!linux* {
|
||||
SUBDIRS += opening_hours \
|
||||
opening_hours/opening_hours_tests \
|
||||
SUBDIRS += opening_hours
|
||||
CONFIG(desktop):!CONFIG(no-tests) {
|
||||
SUBDIRS += opening_hours/opening_hours_tests
|
||||
}
|
||||
}
|
||||
|
||||
!iphone*:!tizen*:!android* {
|
||||
|
|
|
@ -14,5 +14,4 @@ ROOT_DIR = ../..
|
|||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
SOURCES += osm_time_range.cpp
|
||||
|
||||
HEADERS += osm_time_range.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue