Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
c2719e47
Commit
c2719e47
authored
Jan 14, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DISABLE_FILE_DOWNLOADER
parent
25c29936
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
24 deletions
+32
-24
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
+13
-12
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
...icePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
+13
-11
Common/base.pri
Common/base.pri
+3
-0
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+3
-1
No files found.
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
View file @
c2719e47
...
...
@@ -190,16 +190,17 @@ SOURCES += \
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
TextAttributesEx
.
cpp
\
..
/../../
Common
/
3
dParty
/
pole
/
pole
.
cpp
core_windows
{
SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_win
.
cpp
}
core_linux
{
SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_curl
.
cpp
use_curl
{
core_windows
{
SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_win
.
cpp
}
core_linux
{
SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_curl
.
cpp
}
core_mac
{
OBJECTIVE_SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_mac
.
mm
}
}
core_mac
{
OBJECTIVE_SOURCES
+=
\
..
/../../
Common
/
FileDownloader
/
FileDownloader_mac
.
mm
}
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
View file @
c2719e47
...
...
@@ -502,15 +502,17 @@ HEADERS += pptxformatlib.h \
..
/../../
PPTXFormat
/
ShowPr
/
SldAll
.
h
\
..
/../../
PPTXFormat
/
ShowPr
/
SldRg
.
h
core_windows
{
SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_win
.
cpp
}
core_linux
{
SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_curl
.
cpp
}
core_mac
{
OBJECTIVE_SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_mac
.
mm
use_curl
{
core_windows
{
SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_win
.
cpp
}
core_linux
{
SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_curl
.
cpp
}
core_mac
{
OBJECTIVE_SOURCES
+=
\
..
/../../../
Common
/
FileDownloader
/
FileDownloader_mac
.
mm
}
}
Common/base.pri
View file @
c2719e47
...
...
@@ -155,3 +155,6 @@ core_windows {
DEFINES += CRYPTOPP_DISABLE_ASM
}
!use_curl {
DEFINES += DISABLE_FILE_DOWNLOADER
}
X2tConverter/build/Qt/X2tConverter.pri
View file @
c2719e47
...
...
@@ -161,7 +161,9 @@ core_windows {
core_linux {
LIBS += -lz
LIBS += -lxml2
LIBS += -lcurl
use_curl {
LIBS += -lcurl
}
}
mac {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment