Commit 8013237e authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

правка путей в линуховой ветке

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65763 954022d7-b5bf-4e40-9824-e11837661b57
parent 5471eeef
......@@ -4,17 +4,17 @@
#include <atlcoll.h>
#include <gdiplus.h>
#else
#include "../../ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/linux_gdiplus.h"
#include "../../PPTXLib/Linux/PPTXFormatLib/linux_gdiplus.h"
#endif
#include "Metric.h"
#include "Effects.h"
//#include "../../Common/DocxFormat/Source/XML/xmlutils.h"
#include "../../Common/ASCUtils.h"
#include "./XmlWriter.h"
#include "../../DesktopEditor/graphics/IRenderer.h"
#include "../../DesktopEditor/graphics/structures.h"
#include "../../../Common/ASCUtils.h"
#include "./XmlStringWriter.h"
#include "../../../DesktopEditor/graphics/IRenderer.h"
#include "../../../DesktopEditor/graphics/structures.h"
namespace NSPresentationEditor
......
......@@ -6,7 +6,7 @@
#include <atlbase.h>
#include <atlstr.h>
#else
#include "../../Common/DocxFormat/Source/Base/ASCString.h"
#include "../../../Common/DocxFormat/Source/Base/ASCString.h"
#endif
......
......@@ -3,7 +3,7 @@
#include "Shapes/Shape.h"
#ifndef DISABLE_FILE_DOWNLOADER
#include "../../Common/FileDownloader.h"
#include "../../../Common/FileDownloader.h"
#endif
......
......@@ -2,7 +2,7 @@
#include "Attributes.h"
#if !defined(_WIN32) && !defined(_WIN64)
#include "../../DesktopEditor/common/ASCVariant.h"
#include "../../../DesktopEditor/common/ASCVariant.h"
#endif
namespace NSPresentationEditor
......
......@@ -2,8 +2,8 @@
#include <math.h>
#if !defined(_WIN32) && !defined(_WIN64)
#include "./../../DesktopEditor/common/ASCVariant.h"
#include "../../Common/DocxFormat/Source/Base/ASCString.h"
#include "../../../DesktopEditor/common/ASCVariant.h"
#include "../../../Common/DocxFormat/Source/Base/ASCString.h"
#endif
namespace NSPresentationEditor
......
#pragma once
//#include "stdafx.h"
#include "Formula.h"
LONG NSGuidesVML::CFormula::Calculate(NSGuidesVML::CFormulasManager* pManager)
{
if ((0 > m_lIndex) || (m_lIndex >= pManager->m_arResults.size()))
......
......@@ -1718,7 +1718,7 @@ namespace NSGuidesVML
#else
#include "../../../XmlWriter.h"
#include "../../../../XmlWriter.h"
namespace NSGuidesVML
{
......
......@@ -6,7 +6,7 @@
#include <math.h>
#include "./../Common.h"
#include "../../../../../Common/DocxFormat/Source/XML/xmlutils.h"
#include "../../../../../../Common/DocxFormat/Source/XML/xmlutils.h"
namespace NSGuidesOOXML
{
......
......@@ -3,7 +3,7 @@
#include "TextStructures.h"
#if !defined(_WIN32) && !defined (_WIN64)
#include "../../DesktopEditor/graphics/aggplustypes.h"
#include "../../../DesktopEditor/graphics/aggplustypes.h"
#endif
namespace NSPresentationEditor
......
#pragma once
#include "Structures.h"
#include "../../Common/DocxFormat/Source/Base/Nullable.h"
#include "../../../Common/DocxFormat/Source/Base/Nullable.h"
namespace NSPresentationEditor
{
......
#pragma once
#include "../../Common/DocxFormat/Source/SystemUtility/File.h"
#include "../../../Common/DocxFormat/Source/SystemUtility/File.h"
namespace NSPresentationEditor
{
......
//#include "stdafx.h"
#include "Geometry.h"
#include "../Editor/Drawing/Elements.h"
#include "../Editor/Drawing/Shapes/BaseShape/Common.h"
#include "../../Editor/Drawing/Elements.h"
#include "../../Editor/Drawing/Shapes/BaseShape/Common.h"
namespace PPTX
{
......
......@@ -553,7 +553,7 @@ HEADERS += pptxformatlib.h \
../../../Editor/imagemanager.h \
../../../Editor/PPTXWriter.h \
../../../Editor/WMFToImageConverter.h \
../../../Editor/XmlWriter.h \
../../../Editor/XmlStringWriter.h \
../../../Editor/PresentationDrawingsDef.h \
../../../Editor/DefaultNotesMaster.h \
../../../Editor/DefaultNotesTheme.h \
......
......@@ -39,7 +39,35 @@ SOURCES += \
../../Common/DocxFormat/Source/XML/stringcommon.cpp
linux-g++{
############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../SDK/lib
# WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{
CONFIG(debug, debug|release) {
DESTDIR = $$DESTINATION_SDK_PATH/win_64/DEBUG
} else {
DESTDIR = $$DESTINATION_SDK_PATH/win_64
}
}
win32:!contains(QMAKE_TARGET.arch, x86_64):{
CONFIG(debug, debug|release) {
DESTDIR = $$DESTINATION_SDK_PATH/win_32/DEBUG
} else {
DESTDIR = $$DESTINATION_SDK_PATH/win_32
}
}
linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_64
}
linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_32
}
############### destination path ###############
linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{
message(64 bit)
......
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