Fix qmake compilation

This commit is contained in:
Sergey Yershov 2016-06-08 23:52:16 +03:00 committed by Vladimir Byko-Ianko
parent 54f0a4dbf2
commit 95f37237a9
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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 \