Commit f765441f 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@59262 954022d7-b5bf-4e40-9824-e11837661b57
parent 20a37094
...@@ -76,3 +76,10 @@ unix { ...@@ -76,3 +76,10 @@ unix {
target.path = /usr/lib target.path = /usr/lib
INSTALLS += target INSTALLS += target
} }
#unix:!macx: LIBS += -L$$PWD/../../Common/DocxFormat/build-DocxFormatLib-Desktop-Debug/ -lDocxFormatLib
#INCLUDEPATH += $$PWD/../../Common/DocxFormat/build-DocxFormatLib-Desktop-Debug
#DEPENDPATH += $$PWD/../../Common/DocxFormat/build-DocxFormatLib-Desktop-Debug
#unix:!macx: PRE_TARGETDEPS += $$PWD/../../Common/DocxFormat/build-DocxFormatLib-Desktop-Debug/libDocxFormatLib.a
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#include "../../DesktopEditor/common/ASCVariant.h" #include "../../DesktopEditor/common/ASCVariant.h"
#include "../../../Common/DocxFormat/Source/Base/ASCString.h" #include "../../../Common/DocxFormat/Source/Base/ASCString.h"
#endif #endif
#ifndef _WIN32
#include "../../Common/DocxFormat/Source/Base/ASCString.h"
#endif
namespace NSPresentationEditor namespace NSPresentationEditor
{ {
class CEffect class CEffect
......
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