forked from organicmaps/organicmaps-tmp
Fix .pro files.
This commit is contained in:
parent
93c70917af
commit
d1f5d92c13
2 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,9 @@ ROOT_DIR = ../..
|
|||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
SOURCES += osm_time_range.cpp parse.cpp
|
||||
HEADERS += osm_time_range.hpp \
|
||||
osm_parsers.hpp \
|
||||
osm_parsers_terminals.hpp \
|
||||
parse.hpp \
|
||||
|
||||
SOURCES += osm_time_range.cpp parse.cpp
|
||||
|
|
|
@ -11,6 +11,7 @@ include($$ROOT_DIR/common.pri)
|
|||
OPENING_HOURS_INCLUDE = $$ROOT_DIR/3party/opening_hours
|
||||
INCLUDEPATH += $$OPENING_HOURS_INCLUDE
|
||||
|
||||
SOURCES += osm_time_range_tests.cpp
|
||||
HEADERS += $$OPENING_HOURS_INCLUDE/osm_time_range.hpp \
|
||||
$$OPENING_HOURS_INCLUDE/parse.hpp \
|
||||
|
||||
SOURCES += osm_time_range_tests.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue