forked from organicmaps/organicmaps
Fix qmake compilation
This commit is contained in:
parent
54f0a4dbf2
commit
95f37237a9
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ CONFIG += staticlib warn_on
|
|||
|
||||
ROOT_DIR = ..
|
||||
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/protobuf/src $$ROOT_DIR/3party/freetype/include
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/protobuf/src $$ROOT_DIR/3party/freetype/include $$ROOT_DIR/3party/jansson/src
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"
|
|||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
address_tests.cpp \
|
||||
booking_tests.cpp \
|
||||
bookmarks_test.cpp \
|
||||
feature_getters_tests.cpp \
|
||||
ge0_parser_tests.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue