forked from organicmaps/organicmaps
compilation fix.
This commit is contained in:
parent
a3abedd2cd
commit
5572ca37a5
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ PRE_TARGETDEPS += $$BINARIES_PATH/$${LIB_PREFIX}base$$LIB_EXT
|
|||
LIBS += -lcoding -lgeometry -lfreetype -lgflags -lbase
|
||||
|
||||
INCLUDEPATH += $$ROOT_DIR/3party/boost \
|
||||
$$ROOT_DIR/3party/freetype/include
|
||||
$$ROOT_DIR/3party/freetype/include \
|
||||
$$ROOT_DIR/3party/gflags/src
|
||||
|
||||
HEADERS += skin_generator.hpp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue