[3party] Expat build error fix

This commit is contained in:
Alex Zolotarev 2013-07-31 10:37:07 +02:00 committed by Alex Zolotarev
parent be860e044a
commit 0d3255fc85
4 changed files with 10 additions and 6 deletions

View file

@ -4,9 +4,8 @@ TEMPLATE = subdirs
SUBDIRS = freetype fribidi zlib bzip2 jansson tomcrypt protobuf
!linux*:android* {
SUBDIRS *= expat
}
# use expat from the system on linux
!linux*: SUBDIRS *= expat
!iphone*:!bada*:!android* {
SUBDIRS += gflags \

View file

@ -10,9 +10,8 @@ include($$ROOT_DIR/common.pri)
INCLUDEPATH *= ../3party/tomcrypt/src/headers ../3party/zlib
!linux*:android* {
INCLUDEPATH *= ../3party/expat/lib
}
# use expat from the system on linux
!linux*: INCLUDEPATH *= ../3party/expat/lib
SOURCES += \
internal/file_data.cpp \

View file

@ -10,6 +10,9 @@ DEPENDENCIES = geometry platform coding base freetype fribidi expat
INCLUDEPATH += $$ROOT_DIR/3party/freetype/include $$ROOT_DIR/3party/agg
# use expat from the system on linux
!linux*: INCLUDEPATH *= ../3party/expat/lib
include($$ROOT_DIR/common.pri)
SOURCES += \

View file

@ -8,6 +8,9 @@ INCLUDEPATH += ../3party/protobuf/src
ROOT_DIR = ..
DEPENDENCIES = search gui graphics indexer anim geometry coding base expat
# use expat from the system on linux
!linux*: INCLUDEPATH *= ../3party/expat/lib
include($$ROOT_DIR/common.pri)
HEADERS += \