linux libxml inner

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63857 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-08-04 14:17:23 +00:00
committed by Alexander Trofimov
parent 419a1b1dc9
commit 01e2e31c46
4 changed files with 34 additions and 4 deletions

View File

@ -47,9 +47,10 @@ shared {
LIBS += -L$$DESTDIR -lASCOfficeUtilsLib
LIBS += -L$$DESTDIR -lgraphics
LIBS += -L$$DESTDIR -llibxml
LIBS += -L$$DESTDIR -lPdfWriter
include(../DesktopEditor/xml/build/qt/libxml2.pri)
message(dynamic)
win32 {
@ -64,7 +65,12 @@ shared {
linux-g++ | linux-g++-64 | linux-g++-32 {
CONFIG += plugin
TARGET_EXT = .so
QMAKE_CXXFLAGS += -fvisibility=hidden
QMAKE_CFLAGS += -fvisibility=hidden
}
} else {
LIBS += -L$$DESTDIR -llibxml
}
################################################