Commit 8d92bb5c authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58797 954022d7-b5bf-4e40-9824-e11837661b57
parent 72230ae9
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#include "BinReaderWriterDefines.h" #include "BinReaderWriterDefines.h"
#include "../../Common/Base64.h" #include "../../Common/Base64.h"
#include "ImageManager.h" #include "imagemanager.h"
#include "./XmlWriter.h" #include "./XmlWriter.h"
#include "../PPTXFormat/FileContainer.h" #include "../PPTXFormat/FileContainer.h"
#include "../PPTXFormat/DocxFormat/WritingElement.h" #include "../PPTXFormat/DocxFormat/WritingElement.h"
#include "../../ASCOfficeDocxFile2/DocWrapper/DocxSerializer.h" #include "../../ASCOfficeDocxFile2/DocWrapper/DocxSerializer.h"
#include "BinaryFileReaderWriter.h" #include "BinaryFileReaderWriter.h"
\ No newline at end of file
...@@ -77,7 +77,7 @@ namespace PPTX ...@@ -77,7 +77,7 @@ namespace PPTX
{ {
if (!m_mode.IsInit()) if (!m_mode.IsInit())
return false; return false;
return (*m_mode == "External"); return (*m_mode == _T("External"));
} }
const RId rId() const const RId rId() const
{ {
...@@ -93,4 +93,4 @@ namespace PPTX ...@@ -93,4 +93,4 @@ namespace PPTX
} // namespace Rels } // namespace Rels
} // namespace PPTX } // namespace PPTX
#endif // OOX_RELS_RELATION_SHIP_INCLUDE_H_ #endif // OOX_RELS_RELATION_SHIP_INCLUDE_H_
\ No newline at end of file
...@@ -10,7 +10,7 @@ TARGET = PPTXFormatLib ...@@ -10,7 +10,7 @@ TARGET = PPTXFormatLib
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 _UNICODE _USE_LIBXML2_READER_ _LINUX_QT _USE_XMLLITE_READER_ DEFINES += UNICODE _UNICODE _USE_LIBXML2_READER_ _LINUX_QT _USE_XMLLITE_READER_ NODOCX
INCLUDEPATH += \ INCLUDEPATH += \
/usr/include/libxml2 /usr/include/libxml2
......
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