forked from organicmaps/organicmaps
fix dependence for windows build
This commit is contained in:
parent
27708f3866
commit
c570a06c42
8 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map generator indexer platform geometry coding base expat sgitess protobuf
|
||||
DEPENDENCIES = map generator indexer platform geometry coding base expat sgitess protobuf tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = generator storage indexer platform geometry coding base gflags expat sgitess \
|
||||
jansson version protobuf
|
||||
jansson version protobuf tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm map indexer graphics platform geometry coding base expat freetype fribidi protobuf
|
||||
DEPENDENCIES = qt_tstfrm map indexer graphics platform geometry coding base expat freetype fribidi protobuf tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ TEMPLATE = lib
|
|||
CONFIG += staticlib
|
||||
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = graphics geometry coding base expat
|
||||
DEPENDENCIES = graphics geometry coding base expat zlib
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm gui map indexer graphics platform geometry coding base expat freetype fribidi protobuf
|
||||
DEPENDENCIES = qt_tstfrm gui map indexer graphics platform geometry coding base expat freetype fribidi protobuf tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = indexer platform geometry coding base protobuf
|
||||
DEPENDENCIES = indexer platform geometry coding base protobuf tomcrypt
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
QT *= core
|
||||
|
|
|
@ -6,7 +6,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map indexer platform geometry coding base gflags protobuf
|
||||
DEPENDENCIES = map indexer platform geometry coding base gflags protobuf tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Main application in qt.
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = map gui search storage indexer graphics platform anim geometry coding base \
|
||||
bzip2 freetype expat fribidi tomcrypt jansson version protobuf
|
||||
bzip2 freetype expat fribidi tomcrypt jansson version protobuf zlib
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue