Commit 3bbf4495 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

qt .pro file for linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@60580 954022d7-b5bf-4e40-9824-e11837661b57
parent 174a2b82
...@@ -6,14 +6,17 @@ ...@@ -6,14 +6,17 @@
QT -= core gui QT -= core gui
TARGET = libxml2Lib TARGET = libxml2
TEMPLATE = lib TEMPLATE = lib
CONFIG += staticlib CONFIG += staticlib
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -g QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers -g
DEFINES += UNICODE \ DEFINES += UNICODE \
_UNICODE \ _UNICODE \
LINUX \ LINUX \
_LINUX_QT _LINUX_QT \
_USE_LIBXML2_READER_ \
LIBXML_READER_ENABLED \
LIBXML_PUSH_ENABLED
INCLUDEPATH += \ INCLUDEPATH += \
../XML/include \ ../XML/include \
...@@ -31,6 +34,7 @@ SOURCES += \ ...@@ -31,6 +34,7 @@ SOURCES += \
../XML/entities.c \ ../XML/entities.c \
../XML/error.c \ ../XML/error.c \
../XML/globals.c \ ../XML/globals.c \
../XML/hash.c \
../XML/HTMLparser.c \ ../XML/HTMLparser.c \
../XML/HTMLtree.c \ ../XML/HTMLtree.c \
../XML/legacy.c \ ../XML/legacy.c \
...@@ -38,6 +42,7 @@ SOURCES += \ ...@@ -38,6 +42,7 @@ SOURCES += \
../XML/nanoftp.c \ ../XML/nanoftp.c \
../XML/nanohttp.c \ ../XML/nanohttp.c \
../XML/parser.c \ ../XML/parser.c \
../XML/parserInternals.c \
../XML/pattern.c \ ../XML/pattern.c \
../XML/relaxng.c \ ../XML/relaxng.c \
../XML/SAX.c \ ../XML/SAX.c \
...@@ -48,6 +53,7 @@ SOURCES += \ ...@@ -48,6 +53,7 @@ SOURCES += \
../XML/uri.c \ ../XML/uri.c \
../XML/valid.c \ ../XML/valid.c \
../XML/xinclude.c \ ../XML/xinclude.c \
../XML/xmlcatalog.c \
../XML/xlink.c \ ../XML/xlink.c \
../XML/xmlIO.c \ ../XML/xmlIO.c \
../XML/xmlmemory.c \ ../XML/xmlmemory.c \
...@@ -72,4 +78,6 @@ HEADERS += \ ...@@ -72,4 +78,6 @@ HEADERS += \
unix { unix {
target.path = /usr/lib target.path = /usr/lib
INSTALLS += target INSTALLS += target
DEFINES += HAVE_VA_COPY
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment