[gcc] Fixed build error

This commit is contained in:
Alex Zolotarev 2011-04-12 21:28:00 +02:00 committed by Alex Zolotarev
parent cb00fd9a75
commit d2f10518e1
8 changed files with 7 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,6 +7,7 @@
#include "../../std/set.hpp"
#include "../../std/string.hpp"
#include "../../std/vector.hpp"
#include "../../std/stdio.hpp"
namespace
{

View file

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