forked from organicmaps/organicmaps
[gcc] Fixed build error
This commit is contained in:
parent
cb00fd9a75
commit
d2f10518e1
8 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@ CONFIG += console
|
|||
CONFIG -= app_bundle
|
||||
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = gflags bzip2 zlib base coding words
|
||||
DEPENDENCIES = words coding base gflags bzip2 zlib
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Binary file not shown.
2
omim.pro
2
omim.pro
|
@ -25,8 +25,8 @@ SUBDIRS = 3party \
|
|||
qt_tstfrm \
|
||||
indexer/indexer_tests \
|
||||
yg/yg_tests \
|
||||
qt \
|
||||
words words/words_tests \
|
||||
qt \
|
||||
publisher publisher/publisher_tests \
|
||||
console_sloynik
|
||||
} else {
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG += console
|
|||
CONFIG -= app_bundle
|
||||
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = gflags bzip2 zlib jansson base coding words
|
||||
DEPENDENCIES = words coding base gflags bzip2 zlib jansson
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG += console
|
|||
CONFIG -= app_bundle
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = gflags bzip2 zlib base coding words
|
||||
DEPENDENCIES = words coding base bzip2 zlib
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ TEMPLATE = lib
|
|||
CONFIG += staticlib
|
||||
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = bzip2 zlib base coding
|
||||
DEPENDENCIES = coding base zlib bzip2
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "../../std/set.hpp"
|
||||
#include "../../std/string.hpp"
|
||||
#include "../../std/vector.hpp"
|
||||
#include "../../std/stdio.hpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG += console
|
|||
CONFIG -= app_bundle
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = bzip2 zlib base coding words
|
||||
DEPENDENCIES = words coding base zlib bzip2
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue