forked from organicmaps/organicmaps
Qt build commit.
This commit is contained in:
parent
289c4d10d8
commit
c82d1cb1fc
2 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,8 @@ DEPENDENCIES = generator_tests_support platform_tests_support generator drape_fr
|
|||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
|
||||
|
||||
LIBS *= -lsqlite3
|
||||
|
||||
QT *= core
|
||||
|
|
|
@ -7,7 +7,8 @@ DEPENDENCIES = generator routing traffic routing_common search storage indexer e
|
|||
minizip succinct pugixml tess2 gflags oauthcpp icu
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src \
|
||||
$$ROOT_DIR/3party/jansson/src
|
||||
|
||||
CONFIG += console warn_on
|
||||
!CONFIG(map_designer_standalone) {
|
||||
|
|
Loading…
Add table
Reference in a new issue