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,7 +3,7 @@
#include "BinReaderWriterDefines.h"
#include "../../Common/Base64.h"
#include "ImageManager.h"
#include "imagemanager.h"
#include "./XmlWriter.h"
#include "../PPTXFormat/FileContainer.h"
#include "../PPTXFormat/DocxFormat/WritingElement.h"
......
......@@ -77,7 +77,7 @@ namespace PPTX
{
if (!m_mode.IsInit())
return false;
return (*m_mode == "External");
return (*m_mode == _T("External"));
}
const RId rId() const
{
......
......@@ -10,7 +10,7 @@ TARGET = PPTXFormatLib
TEMPLATE = lib
CONFIG += staticlib
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 += \
/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