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
c17cd540
Commit
c17cd540
authored
Apr 05, 2016
by
Alexey.Golubev
Committed by
Alexander Trofimov
May 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed target directory
parent
e662137f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
ASCOfficeXlsFile2/linux/XlsFileConverter.pro
ASCOfficeXlsFile2/linux/XlsFileConverter.pro
+9
-9
DesktopEditor/AllFontsGen/AllFontsGen.pro
DesktopEditor/AllFontsGen/AllFontsGen.pro
+2
-2
DjVuFile/DjVuFile.pro
DjVuFile/DjVuFile.pro
+1
-1
HtmlFile/HtmlFile.pro
HtmlFile/HtmlFile.pro
+1
-1
HtmlRenderer/htmlrenderer.pro
HtmlRenderer/htmlrenderer.pro
+1
-1
PdfReader/PdfReader.pro
PdfReader/PdfReader.pro
+1
-1
PdfWriter/PdfWriter.pro
PdfWriter/PdfWriter.pro
+1
-1
UnicodeConverter/UnicodeConverter.pro
UnicodeConverter/UnicodeConverter.pro
+1
-1
XpsFile/XpsFile.pro
XpsFile/XpsFile.pro
+1
-1
No files found.
ASCOfficeXlsFile2/linux/XlsFileConverter.pro
View file @
c17cd540
...
...
@@ -40,7 +40,7 @@ SOURCES += \
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
@@ -71,22 +71,22 @@ linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{
message
(
64
bit
)
unix
:
!
macx
:
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_64
/
-
lXlsFormatLib
unix
:
!
macx
:
PRE_TARGETDEPS
+=
$$
PWD
/../../
SDK
/
lib
/
linux_64
/
libXlsFormatLib
.
a
unix
:
!
macx
:
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_64
/
-
lXlsFormatLib
unix
:
!
macx
:
PRE_TARGETDEPS
+=
$$
PWD
/../../
build
/
lib
/
linux_64
/
libXlsFormatLib
.
a
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_64
/
-
lgraphics
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_64
/
-
lASCOfficeUtilsLib
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_64
/
-
lgraphics
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_64
/
-
lASCOfficeUtilsLib
}
else
{
message
(
32
bit
)
unix
:
!
macx
:
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_32
/
-
lXlsFormatLib
unix
:
!
macx
:
PRE_TARGETDEPS
+=
$$
PWD
/../../
SDK
/
lib
/
linux_32
/
libXlsFormatLib
.
a
unix
:
!
macx
:
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_32
/
-
lXlsFormatLib
unix
:
!
macx
:
PRE_TARGETDEPS
+=
$$
PWD
/../../
build
/
lib
/
linux_32
/
libXlsFormatLib
.
a
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_32
/
-
lgraphics
LIBS
+=
-
L
$$
PWD
/../../
SDK
/
lib
/
linux_32
/
-
lASCOfficeUtilsLib
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_32
/
-
lgraphics
LIBS
+=
-
L
$$
PWD
/../../
build
/
lib
/
linux_32
/
-
lASCOfficeUtilsLib
}
LIBS
+=
-
lboost_regex
...
...
DesktopEditor/AllFontsGen/AllFontsGen.pro
View file @
c17cd540
...
...
@@ -6,7 +6,7 @@ CONFIG -= qt
CONFIG
+=
c
++
11
###############
destination
path
###############
DESTDIR
=
$$
PWD
/../../
SDK
/
bin
/
AllFontsGen
DESTDIR
=
$$
PWD
/../../
build
/
bin
/
AllFontsGen
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
@@ -30,7 +30,7 @@ mac {
################################################
#################
dependencies
#################
DESTINATION_SDK_PATH
=
$$
PWD
/../../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../../
build
/
lib
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
CONFIG
(
debug
,
debug
|
release
)
{
DESTINATION_SDK_PATH
=
$$
DESTINATION_SDK_PATH
/
win_64
/
DEBUG
...
...
DjVuFile/DjVuFile.pro
View file @
c17cd540
...
...
@@ -14,7 +14,7 @@ TEMPLATE = lib
CONFIG
+=
shared
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
HtmlFile/HtmlFile.pro
View file @
c17cd540
...
...
@@ -14,7 +14,7 @@ TEMPLATE = lib
CONFIG
+=
shared
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
HtmlRenderer/htmlrenderer.pro
View file @
c17cd540
...
...
@@ -19,7 +19,7 @@ CONFIG -= debug_and_release debug_and_release_target
CONFIG
+=
shared
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
PdfReader/PdfReader.pro
View file @
c17cd540
...
...
@@ -17,7 +17,7 @@ QMAKE_CXXFLAGS += -fvisibility=hidden
QMAKE_CFLAGS
+=
-
fvisibility
=
hidden
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
PdfWriter/PdfWriter.pro
View file @
c17cd540
...
...
@@ -14,7 +14,7 @@ TEMPLATE = lib
CONFIG
+=
shared
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
UnicodeConverter/UnicodeConverter.pro
View file @
c17cd540
...
...
@@ -22,7 +22,7 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
}
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
ICU_BUILDS_PLATFORM
=
mac
#
WINDOWS
...
...
XpsFile/XpsFile.pro
View file @
c17cd540
...
...
@@ -14,7 +14,7 @@ TEMPLATE = lib
CONFIG
+=
shared
###############
destination
path
###############
DESTINATION_SDK_PATH
=
$$
PWD
/../
SDK
/
lib
DESTINATION_SDK_PATH
=
$$
PWD
/../
build
/
lib
#
WINDOWS
win32
:
contains
(
QMAKE_TARGET
.
arch
,
x86_64
)
:
{
...
...
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